summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge pull request #1430 from PyCQA/issue/1427/isort-shouldnt-move-importsTimothy Edmund Crosley2020-08-293-8/+24
|\ \ \
| * | | Resolve #1427: Fixed isort incorrectly moving import statementissue/1427/isort-shouldnt-move-importsTimothy Crosley2020-08-292-8/+11
| * | | Add failing test for #1427Timothy Crosley2020-08-291-0/+13
|/ / /
* | | Populate pypo fixes from PR into file used for generating md docsTimothy Crosley2020-08-281-2/+2
* | | Merge pull request #1426 from glostis/typo-fixesTimothy Edmund Crosley2020-08-283-6/+6
|\ \ \
| * | | Typo fixesGuillaume Lostis2020-08-283-6/+6
* | | | Merge pull request #1428 from howeaj/developTimothy Edmund Crosley2020-08-281-5/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Bugfix: warnings in isort.api.sort_file report the actual file name used, rat...Andrew Howe2020-08-281-5/+6
|/ / /
* | | Merge pull request #1424 from PyCQA/issue/1420/fix-isort-unclean-check-on-add...Timothy Edmund Crosley2020-08-282-2/+15
|\ \ \
| * | | Fix #1420: Ensure isort doesn't include new imports in comparisonissue/1420/fix-isort-unclean-check-on-add-depending-on-doc-string-positionTimothy Crosley2020-08-282-2/+15
|/ / /
* | | Merge pull request #1423 from PyCQA/issue/1392/full-set-of-profile-testsTimothy Edmund Crosley2020-08-2810-0/+1030
|\ \ \
| * | | Add additional profile testsTimothy Crosley2020-08-2810-0/+1030
* | | | Merge pull request #1422 from PyCQA/issue/1392/extensive-profile-testing-blackTimothy Edmund Crosley2020-08-2711-74/+470
|\ \ \ \ | |/ / /
| * | | Update to latest version of dependencies; reformatissue/1392/extensive-profile-testing-blackTimothy Crosley2020-08-2711-96/+129
| * | | Add black profile testTimothy Crosley2020-08-271-0/+363
|/ / /