summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Fix bug regarding multiline docstringsJon Banafato2021-03-221-1/+3
* Bump version to 5.8.05.8.0masterTimothy Crosley2021-03-202-1/+2
* Fix issue #1566: Fixed single location parsed line separator isn't usedissue/1566Timothy Crosley2021-03-201-1/+7
* Fixed #1594: incorrect placement of noqa comments with multiple from imports.Timothy Crosley2021-03-181-4/+8
* Resolved #1504: Added ability to push star imports to the top to avoid overri...Timothy Crosley2021-03-173-0/+17
* Add support for reversing import sortTimothy Crosley2021-03-172-3/+9
* Add config option for reversing sort orderTimothy Crosley2021-03-162-0/+7
* Fix issue #1688: from statements removed when invalidTimothy Crosley2021-03-152-30/+45
* Resolve #1684: Add support for --extend-skip and --extend-skip-globTimothy Crosley2021-03-132-5/+43
* 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 branch 'develop' into issue/1659/force-sort-sections-with-relative-importsTimothy Edmund Crosley2021-03-105-101/+143
|\
| * 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-043-1/+13
| * Merge if statements per deepsourceTimothy Crosley2021-03-031-14/+14
| * Don't add newlines if there are is no outputTimothy Crosley2021-03-031-37/+40
| * Add test for allowing root, switch to allow root commandTimothy Crosley2021-03-011-7/+5
| * 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-261-1/+9
| * fix :Failed to pull configuration information from pyproject.tomldongfangtianyu2021-02-241-1/+1
| * Merge if statmentsMarco Lam2021-02-171-4/+5
| * Fix not replacing the source file if only literals are changed but not the im...Marco Lam2021-02-171-20/+30
* | Add new option for sorting relative imports in force-sorted sectionsgofr2021-02-143-2/+20
* | Sort relative imports correctly with force_sort_within_sectionsgofr2021-02-111-4/+2
|/
* Add wemake profileTimothy Crosley2021-02-091-0/+7
* Made identified imports .statement() runnable codeissue/1641Timothy Crosley2021-02-071-4/+6
* Fix coding error found by deepsourceTimothy Crosley2021-02-061-4/+8
* Merge pull request #1653 from gofr/issue/1634/vert-grid-trailing-chars-2Timothy Edmund Crosley2021-02-063-10/+13
|\
| * squash! fixup! Respect line_length in vertical grid modes and deprecate mode 6gofr2021-02-051-1/+2
| * fixup! Respect line_length in vertical grid modes and deprecate mode 6gofr2021-02-051-2/+2
| * Respect line_length in vertical grid modes and deprecate mode 6gofr2021-02-053-10/+12
* | Don't print skipped/broken files with quiet config settinggofr2021-02-051-2/+2
|/
* Indicate type hint support with a py.typed filePavel Savchenko2021-02-031-0/+0
* Clarify it effects straight imports onlyTimothy Crosley2021-01-121-2/+4
* Update output to respect as import comment locationTimothy Crosley2021-01-121-5/+5
* Update output to take into account difference between as and non as import st...Timothy Crosley2021-01-111-3/+8
* Simplify section_key helper function argumentsgofr2021-01-022-32/+12
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-014-1/+29
|\
| * Move fix behind a flaggofr2020-12-314-1/+18
| * Make force_sort_within_sections respect casegofr2020-12-302-2/+13
* | Regenerate config option docsTimothy Crosley2020-12-302-8/+0
* | Bump to version 5.7.0Timothy Crosley2020-12-301-1/+1
* | 100% test coverage for new identify moduleTimothy Crosley2020-12-301-8/+10
* | Fix indented identification isortTimothy Crosley2020-12-301-14/+16
* | Expose ImportKey from main isort importTimothy Crosley2020-12-301-0/+1
* | Fix handling of yield and raise statements in import identificationTimothy Crosley2020-12-301-0/+19
* | Undo skip gitignore for black profileTimothy Crosley2020-12-301-1/+0
* | Config path should never be auto determined for import identification CLITimothy Crosley2020-12-301-2/+2
|/