summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge branch 'develop' into issue/1659/force-sort-sections-with-relative-importsTimothy Edmund Crosley2021-03-1014-302/+521
| |\ | |/ |/|
* | Merge combinabele if statements as recommended by deepsourceTimothy Crosley2021-03-051-21/+18
* | Implemented #1638 / #1644: Provide a flag to ensure same file handle is used...Timothy Crosley2021-03-046-1/+20
* | Merge pull request #1682 from PyCQA/issue/1667Timothy Edmund Crosley2021-03-033-51/+72
|\ \
| * | Merge if statements per deepsourceTimothy Crosley2021-03-031-14/+14
| * | Fixed #1667: ChangelogTimothy Crosley2021-03-031-0/+1
| * | Don't add newlines if there are is no outputTimothy Crosley2021-03-031-37/+40
| * | Fix indentationTimothy Crosley2021-03-031-1/+1
| * | Create failing test for issue #1667issue/1667Timothy Crosley2021-03-021-0/+17
|/ /
* | Merge pull request #1680 from PyCQA/issue/1668Timothy Edmund Crosley2021-03-014-194/+259
|\ \
| * | Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-012-7/+10
| * | Update dependenciesTimothy Crosley2021-03-011-193/+240
| * | Fixed #1668Timothy Crosley2021-03-011-1/+2
| * | Fix no / safetyTimothy Crosley2021-02-281-0/+14
|/ /
* | Fix errors found by deepsourceTimothy Crosley2021-02-271-4/+3
* | Resolved issue #1669: Parallel now defaults to number of CPU cores if no valu...Timothy Crosley2021-02-262-1/+10
* | Merge pull request #1676 from dongfangtianyu/developTimothy Edmund Crosley2021-02-232-1/+26
|\ \
| * | fix :Failed to pull configuration information from pyproject.tomldongfangtianyu2021-02-242-1/+26
|/ /
* | Add test case for issue #1670Timothy Crosley2021-02-171-0/+31
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2021-02-163-31/+82
|\ \
| * \ Merge pull request #1672 from dpoznik/add-globstar-noteTimothy Edmund Crosley2021-02-161-6/+9
| |\ \