summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better skip_file behavior for streamsissue/1705/stream/skip-failureTimothy Crosley2021-04-164-2/+37
* Cruft updateTimothy Crosley2021-04-031-15/+16
* Update depsTimothy Crosley2021-04-031-4/+4
* Cruft updateTimothy Crosley2021-04-021-1/+1
* Update pre-commit example to use latest isort versionTimothy Crosley2021-04-012-2/+2
* Bump dependenciesTimothy Crosley2021-04-011-111/+113
* Merge branch 'main' of https://github.com/timothycrosley/isort into mainTimothy Crosley2021-04-012-2/+22
|\
| * Merge pull request #1698 from legau/gitignorerelativefixTimothy Edmund Crosley2021-03-312-2/+22
| |\
| | * Fix --gitignore flag not working on relative subdir filesLéni Gauffier2021-03-312-2/+22
| |/
* | Add optional setuptools installationTimothy Crosley2021-04-011-0/+2
|/
* develop -> mainTimothy Crosley2021-03-244-6/+6
* master -> mainTimothy Crosley2021-03-241-1/+1
* Implemented #1697: Provisional support for PEP 582: skip directories by defa...Timothy Crosley2021-03-232-1/+3
* Add - Jon Banafato (@jonafato)developTimothy Crosley2021-03-221-0/+1
* Add changelog entry for fix from @jonafatoTimothy Crosley2021-03-221-0/+3
* Merge pull request #1695 from jonafato/fix-multiline-docstring-ending-on-line...Timothy Edmund Crosley2021-03-222-1/+38
|\
| * Fix bug regarding multiline docstringsJon Banafato2021-03-222-1/+38
|/
* Update documentationTimothy Crosley2021-03-201-4/+45
* Add - Christian Clauss (@cclauss) to acknowledgementsTimothy Crosley2021-03-201-0/+1
* Bump version to 5.8.05.8.0masterTimothy Crosley2021-03-204-3/+4
* Merge pull request #1694 from PyCQA/issue/1566Timothy Edmund Crosley2021-03-203-1/+20
|\
| * Fix issue #1566: Fixed single location parsed line separator isn't usedissue/1566Timothy Crosley2021-03-201-1/+7
| * Fix test to ensure output is the sameTimothy Crosley2021-03-201-4/+4
| * Add changelog entry for issue #1566Timothy Crosley2021-03-191-0/+1
| * Create failing test for issue #1566Timothy Crosley2021-03-191-0/+12
|/
* Fixed #1594: incorrect placement of noqa comments with multiple from imports.Timothy Crosley2021-03-183-5/+32
* Resolved #1504: Added ability to push star imports to the top to avoid overri...Timothy Crosley2021-03-175-0/+41
* Merge pull request #1693 from PyCQA/issue/1645Timothy Edmund Crosley2021-03-176-3/+47
|\
| * Add support for reversing import sortTimothy Crosley2021-03-172-3/+9
| * Add test case for issue #1645: Allowing sort order to be reversedTimothy Crosley2021-03-171-0/+30
| * Add to changelog Implemented #1645: Ability to reverse the import sorting order.issue/1645Timothy Crosley2021-03-161-0/+1
| * Add config option for reversing sort orderTimothy Crosley2021-03-162-0/+7
|/
* Merge pull request #1692 from PyCQA/issue/1688Timothy Edmund Crosley2021-03-154-30/+67
|\
| * Fix issue #1688: from statements removed when invalidTimothy Crosley2021-03-152-30/+45
| * Add test case to ensure incorrectly formatted from statements dont disapearTimothy Crosley2021-03-151-0/+21
| * Add entry to changelog for issue #1688Timothy Crosley2021-03-151-0/+1
|/
* Merge pull request #1691 from cclauss/patch-3Timothy Edmund Crosley2021-03-143-8/+8
|\
| * Update integration.ymlChristian Clauss2021-03-141-2/+2
| * Update test.ymlChristian Clauss2021-03-141-4/+4
| * setup-pythonChristian Clauss2021-03-141-1/+1
| * GitHub Actions: Upgrade actions/cacheChristian Clauss2021-03-141-1/+1
|/
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-134-6/+45
* Added changelog entry for #1685Timothy Crosley2021-03-121-0/+1
* Add - @dongfangtianyu to acknowledgements fileTimothy Crosley2021-03-111-0/+1
* Update config option docsTimothy Crosley2021-03-111-14/+49
* Merge pull request #1689 from gofr/1685/document-skipTimothy Edmund Crosley2021-03-111-1/+3
|\
| * fixup! fixup! Clarify documentation for --skip optiongofr2021-03-111-1/+1
| * fixup! Clarify documentation for --skip optiongofr2021-03-111-1/+1
| * Clarify documentation for --skip optiongofr2021-03-111-1/+3
|/
* Merge pull request #1664 from gofr/issue/1659/force-sort-sections-with-relati...Timothy Edmund Crosley2021-03-104-1/+85
|\