summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Made identified imports .statement() runnable codeissue/1641Timothy Crosley2021-02-073-8/+11
* 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-067-84/+32
|\
| * 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-057-84/+31
* | Merge pull request #1651 from gofr/issue/1640/vertical-grid-line-length-testsTimothy Edmund Crosley2021-02-051-0/+46
|\ \ | |/
| * Unit test behavior of vertical grids close to the line lengthgofr2021-02-051-0/+46
* | Merge pull request #1655 from gofr/issue/1650/quieterTimothy Edmund Crosley2021-02-051-2/+2
|\ \ | |/ |/|
| * Don't print skipped/broken files with quiet config settinggofr2021-02-051-2/+2
|/
* Fix broken integration testTimothy Crosley2021-02-031-1/+3
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2021-02-031-0/+0
|\
| * Merge pull request #1649 from asfaltboy/add-py.typed-type-hint-supportTimothy Edmund Crosley2021-02-031-0/+0
| |\
| | * Indicate type hint support with a py.typed filePavel Savchenko2021-02-031-0/+0
* | | Update changelog to mention py.typed additionTimothy Crosley2021-02-031-0/+1
* | | Add - Pavel Savchenko (@asfaltboy) to acknowledgementsTimothy Crosley2021-02-031-0/+1
|/ /
* | Update cruftTimothy Crosley2021-02-032-2/+2
|/
* Merge pull request #1647 from PyCQA/issue/1639Timothy Edmund Crosley2021-01-302-0/+33
|\
| * Add link to pre-commit-docsissue/1639Timothy Crosley2021-01-301-0/+1
| * Add documentation page for pre-commitTimothy Crosley2021-01-301-0/+32
|/
* Update project cruftTimothy Crosley2021-01-251-1/+1
* Add Fixed #1631: as import comments can in some cases be duplicated. to chang...Timothy Crosley2021-01-131-0/+3
* Merge pull request #1636 from PyCQA/issue/1631Timothy Edmund Crosley2021-01-124-9/+50
|\
| * Fix integration testTimothy Crosley2021-01-121-1/+13
| * Clarify it effects straight imports onlyTimothy Crosley2021-01-121-2/+4
| * Add test for duplicate alias caseTimothy Crosley2021-01-121-0/+12
| * Update test to use correct spacing for commentsTimothy Crosley2021-01-121-2/+2
| * 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
| * Add test case for issue #1631issue/1631Timothy Crosley2021-01-101-0/+10
|/
* Merge pull request #1629 from gofr/simplify-section_key-sortTimothy Edmund Crosley2021-01-022-32/+12
|\
| * Simplify section_key helper function argumentsgofr2021-01-022-32/+12
|/
* Update pytestTimothy Crosley2021-01-012-321/+407
* Merge pull request #1626 from gofr/issue/1624Timothy Edmund Crosley2021-01-015-1/+117
|\
| * Move fix behind a flaggofr2020-12-315-2/+79
| * Make force_sort_within_sections respect casegofr2020-12-303-3/+42
* | Merge in lastest from develop for 5.7.05.7.0Timothy Crosley2020-12-3048-1250/+2722
|\ \
| * | Regenerate config option docsTimothy Crosley2020-12-303-8/+20
| * | Add @dwanderson-intel, Quentin Santos (@qsantos), and @gofr to acknowledgementsTimothy Crosley2020-12-301-0/+3
| * | Bump to version 5.7.0Timothy Crosley2020-12-303-3/+3
| * | 100% test coverageTimothy Crosley2020-12-302-1/+28
| * | 100% test coverage for new identify moduleTimothy Crosley2020-12-302-9/+37
| * | Fix indented identification isortTimothy Crosley2020-12-304-21/+70
| * | Expose ImportKey from main isort importTimothy Crosley2020-12-301-0/+1
| * | Add additional identification test casesTimothy Crosley2020-12-301-2/+63
| * | Fix handling of yield and raise statements in import identificationTimothy Crosley2020-12-301-0/+19
| * | Add initial unit testing for identify - with focuses on yield and raise edge ...Timothy Crosley2020-12-301-0/+139
| * | Updadte changelog to include fix for #1593Timothy Crosley2020-12-301-0/+1
| * | Undo skip gitignore for black profileTimothy Crosley2020-12-301-1/+0
| * | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-12-301-1/+1
| |\ \