summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' of https://github.com/timothycrosley/isortTimothy Crosley2021-07-231-4/+3
|\
| * Fix bad mergeTimothy Edmund Crosley2021-07-201-1/+1
| * Merge branch 'main' into better-gitignoreTimothy Edmund Crosley2021-07-2013-29/+45
| |\
| * | Check gitignore more intelligentlyJeremy Paige2021-07-201-4/+3
* | | Make all exceptions pickleableTimothy Crosley2021-07-231-2/+7
| |/ |/|
* | Fixed #1785: module incorrectly excluded from stdlib definition.Timothy Crosley2021-07-156-0/+6
* | Fixed #1781: CLI flag shouldn't take any arguments.Timothy Crosley2021-07-141-0/+1
* | Fix typing errorTimothy Crosley2021-07-121-2/+4
* | process parameters passed to Linter.run(), usually via [pylama:isort] section...adbenitez2021-07-111-2/+2
* | Fix mispellingTimothy Crosley2021-07-091-1/+1
* | Mention gitignore in skip message.Timothy Crosley2021-07-081-2/+3
* | Bump version to 5.9.2Timothy Crosley2021-07-081-1/+1
* | Fixed #1771: Improved handling of skips against named streamed in content.Timothy Crosley2021-07-081-10/+14
* | Skip line for nowTimothy Crosley2021-07-081-1/+1
* | Add pragma: no cover comment to git link branchTimothy Crosley2021-07-081-1/+1
* | Fix issue #1767: codec error in __init__ files without proper encoding setTimothy Crosley2021-07-081-5/+5
* | Merge branch 'main' of https://github.com/timothycrosley/isort into issue/1769Timothy Crosley2021-07-082-2/+10
|\ \
| * | Fix typo in source command docTimothy Crosley2021-07-061-1/+1
| |/
| * Symlinked paths are excluded from gitignore checksJeremy Paige2021-07-021-1/+9
* | Fix issue #1769: Add imports can be added to incorrect locationTimothy Crosley2021-07-071-4/+6
|/
* check both path and resolved path for gitignoreruro2021-06-301-3/+4
* fix git_ignore with symlinksruro2021-06-301-2/+1
* In order to support older versions of Python typing.Set must be usedTimothy Edmund Crosley2021-06-291-1/+1
* Add support for glob expansion in src_pathsGiuseppe Lumia2021-06-271-4/+6
* Move git ignore check to bottom (after all it's the slowest)Timothy Crosley2021-06-241-16/+16
* Merge branch 'main' of https://github.com/timothycrosley/isort into mainTimothy Crosley2021-06-232-22/+22
|\
| * Fix URLs for 5.0.0 upgrade guideJohn Brock2021-06-232-4/+5
| * Avoid git octal escapingMartijn Pieters2021-06-211-18/+17
* | Improve behavoir of isort --check --atomic against Cython filesTimothy Crosley2021-06-231-1/+2
|/
* Bump version to 5.9.1 (hotfix)5.9.1Timothy Crosley2021-06-211-1/+1
* Use escape_decode to address windows based usageTimothy Edmund Crosley2021-06-211-6/+11
* Use a pipe to pass filenames to git check-ignoreMartijn Pieters2021-06-211-11/+6
* Fix remaining broken linksTimothy Crosley2021-06-211-1/+1
* Bump version to 5.9.05.9.0Timothy Crosley2021-06-211-1/+1
* Speed up init time further by avoiding import of ISortCommandTimothy Crosley2021-06-201-5/+0
* Drastically improve isort start up speed by avoiding import of deprecated fin...Timothy Crosley2021-06-201-1/+2
* Migrate mypy from setuf.cfg -> pyproject.toml. Starting running against tests...Timothy Crosley2021-06-203-4/+9
* Implemented #1722: Improved behavior for running isort in atomic mode over C...Timothy Crosley2021-06-202-7/+18
* Implemented #1732: Support for custom sort functions.Timothy Crosley2021-06-204-11/+49
* 1732 adds sort_order allowing pythonic sort as an optionBob Walker2021-06-194-7/+30
* Implemented #1751: Strict typing enforcement (turned on mypy strict mode).Timothy Crosley2021-06-1815-81/+138
* Merge pull request #1750 from legau/formatoutputTimothy Edmund Crosley2021-06-174-12/+40
|\
| * add format-errors and format-success optionsLéni Gauffier2021-06-174-12/+40
* | Implemented #1394: 100% branch coverage (in addition to line coverage) enforced.Timothy Crosley2021-06-172-7/+7
* | Full coverage for isort/api.pyTimothy Crosley2021-06-171-2/+2
* | Fix where import action comments are locatedTimothy Crosley2021-06-161-2/+14
|/
* Refactor unnecessary `else` / `elif` when `if` block has a `return` statementdeepsource-autofix[bot]2021-06-161-10/+9
* Document that skip-gitignore requires git to be installedTimothy Crosley2021-06-151-1/+2
* Merge pull request #1703 from legau/gitignore-fastTimothy Edmund Crosley2021-06-151-6/+41
|\
| * lint passLéni Gauffier2021-06-131-1/+1