summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for skipping parensissue/1488/isort-mangling-lines-that-start-with-fromTimothy Crosley2020-09-192-7/+15
* Simpler strategy for following line continuationsTimothy Crosley2020-09-191-6/+4
* Extend testing to include paren caseTimothy Crosley2020-09-191-5/+28
* Improve test cases, add test for comment that looks like line continuationTimothy Crosley2020-09-191-5/+31
* Update cruftTimothy Crosley2020-09-191-2/+2
* Initial approach to fix line continuation import identification errorTimothy Crosley2020-09-191-1/+8
* Add failing test for issue #1488Timothy Crosley2020-09-181-0/+18
* Fixed #1469: --diff option is ignored when input is from stdin. Release hot f...5.5.2Timothy Crosley2020-09-095-2/+23
* Bump version to 5.5.15.5.1Timothy Crosley2020-09-043-2/+8
* Merge pull request #1462 from PyCQA/issue/1456/ensure-no-qa-comments-are-visibleTimothy Edmund Crosley2020-09-042-3/+78
|\
| * FormattingTimothy Crosley2020-09-042-3/+78
|/
* Resolve #1460: Exclude svn and bzr repo files by defaultTimothy Crosley2020-09-041-0/+3
* Merge pull request #1458 from PyCQA/issue/1454/fix-endless-import-sortingTimothy Edmund Crosley2020-09-032-6/+32
|\
| * Fix issue #1454: Endless import sorting for indendent imports with section he...issue/1454/fix-endless-import-sortingTimothy Crosley2020-09-032-6/+32
|/
* Merge pull request #1457 from PyCQA/issue/1453/float-to-top-errors-with-empty...Timothy Edmund Crosley2020-09-034-1/+36
|\
| * Resolve #1453: isort error when float to top on almost empty file. Ensure err...issue/1453/float-to-top-errors-with-empty-fileTimothy Crosley2020-09-034-1/+36
|/
* Add new contributors from 5.5.0 releaseTimothy Crosley2020-09-031-1/+5
* Add Matěj Nikl (@MatejNikl) to acknowledgement list for his help uncovering ...Timothy Crosley2020-09-031-0/+1
* Bump version to 5.5.05.5.0Timothy Crosley2020-09-033-4/+22
* Merge pull request #1452 from PyCQA/issue/1382/broken-float-to-topTimothy Edmund Crosley2020-09-033-6/+210
|\
| * Formatting with black + isortTimothy Crosley2020-09-033-24/+56
| * Resolve #1382: float to topTimothy Crosley2020-09-031-0/+4
| * Add test for desired float_to_top behaviorTimothy Crosley2020-09-031-0/+168
|/
* Fix docker file, add test suiteTimothy Crosley2020-09-031-4/+17
* Merge pull request #1451 from PyCQA/issue/1445/1444/add-import-placement-errorsTimothy Edmund Crosley2020-09-032-7/+62
|\
| * Resolve #1444 and Resolve #1445: Improve behavior of initial placement of imp...Timothy Crosley2020-09-031-7/+7
| * Add test cases for both #1444 and 1445Timothy Crosley2020-09-031-0/+55
|/
* Fix comment attaching, caught by missed coverageTimothy Crosley2020-09-031-1/+2
* Merge pull request #1450 from PyCQA/issue/1447/stdin-pipe-exception-deprecate...Timothy Edmund Crosley2020-09-022-2/+5
|\
| * Formatting fixissue/1447/stdin-pipe-exception-deprecated-argumentsTimothy Crosley2020-09-021-0/+1
| * Add test for #1447: error when using deprecated settings with stdinTimothy Crosley2020-09-021-0/+3
| * Reuse config when items passed in through stdin as used when items passed in ...Timothy Crosley2020-09-021-2/+1
|/
* Merge pull request #1446 from PyCQA/issue/1434/backslash-gridTimothy Edmund Crosley2020-09-013-2/+48
|\
| * Formatting (black + isort)Timothy Crosley2020-09-012-4/+12
| * Resovle #1434 add backslash-grid modeTimothy Crosley2020-09-013-4/+42
|/
* Alphabetically list core developersTimothy Crosley2020-08-311-1/+3
* Merge pull request #1440 from jdufresne/tomlkitTimothy Edmund Crosley2020-08-312-5/+4
|\
| * Remove unused optional dependency tomlkitJon Dufresne2020-08-312-5/+4
* | Merge pull request #1441 from jdufresne/w503Timothy Edmund Crosley2020-08-311-2/+1
|\ \
| * | Simplify flake8 configurationJon Dufresne2020-08-311-2/+1
| |/
* | Merge pull request #1436 from PyCQA/filter-out-pytest-warningsTimothy Edmund Crosley2020-08-311-0/+4
|\ \
| * | Get rid of warnings displayed when running pytest.filter-out-pytest-warningsTamas Szabo2020-08-311-0/+4
| |/
* | Merge pull request #1435 from PyCQA/issue/1429/print-errors-to-stderrTimothy Edmund Crosley2020-08-313-15/+10
|\ \
| * \ Merge branch 'develop' into issue/1429/print-errors-to-stderrissue/1429/print-errors-to-stderrTamas Szabo2020-08-3129-126/+1813
| |\ \ | | |/
| * | Print errors to stderr.Tamas Szabo2020-08-313-15/+10
* | | Merge pull request #1437 from jdufresne/black-36Timothy Edmund Crosley2020-08-311-2/+1
|\ \ \ | |_|/ |/| |
| * | Make black target Python version 3.6Jon Dufresne2020-08-311-2/+1
* | | Improve comment parsing logicTimothy Crosley2020-08-301-10/+20
* | | Merge pull request #1432 from PyCQA/issue/1431/fix-misplaced-commentsTimothy Edmund Crosley2020-08-303-19/+61
|\ \ \
| * | | Resolve #1431: isort incorrectly moving commentsissue/1431/fix-misplaced-commentsTimothy Crosley2020-08-303-19/+61
|/ / /