summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #1461: Quiet config option not respected by file API in some circumstan...issue/1461/respect-quiet-in-apiTimothy Crosley2020-09-053-2/+64
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-055-31/+103
|\
| * Merge pull request #1455 from anirudnits/issue/1191/only-sections-optionTimothy Edmund Crosley2020-09-055-31/+103
| |\
| | * added tests for only_sectionanirudnits2020-09-031-6/+9
| | * added the logic for bypassing sorting of imports within sections when only_se...anirudnits2020-09-031-1/+5
| | * added tests for only_sections optionsanirudnits2020-09-031-2/+2
| | * added tests for only_sections optionanirudnits2020-09-032-10/+44
| | * added only_sections option in data schema _Configanirudnits2020-09-031-0/+1
| | * added logic to bypass sorting within sections and from_imports when only_sect...anirudnits2020-09-031-30/+51
| | * added only_sections in _build_arg_parseranirudnits2020-09-031-0/+9
* | | Fixed #1463: Better interactive documentation for future option.Timothy Crosley2020-09-052-1/+9
|/ /
* | 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