summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings can't surpressed with quiet.issue/1525/bug-early-warnings-cant-be-surpressed-with-quietTamas Szabo2020-10-042-7/+15
* Merge pull request #1521 from PyCQA/issue/1487/improve-handling-of-encoding-e...Timothy Edmund Crosley2020-10-036-8/+89
|\
| * Remove uneccesary spacingTimothy Crosley2020-10-031-1/+1
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into issue/...Timothy Crosley2020-10-038-4/+213
| |\ | |/ |/|
* | Merge pull request #1520 from PyCQA/characterization-test-float-to-top-in-sor...Timothy Edmund Crosley2020-10-031-0/+75
|\ \
| * | Adds characterization tests for float_to_top and on/off.characterization-test-float-to-top-in-sort-on-offTamas Szabo2020-10-031-0/+75
|/ /
* | Merge pull request #1517 from anirudnits/issue/1115/only-modified-verbose-flagTimothy Edmund Crosley2020-10-027-4/+140
|\ \
| * \ Merge branch 'develop' of https://github.com/PyCQA/isort into issue/1115/only...anirudnits2020-10-028-2/+32
| |\ \ | |/ / |/| |
| * | added tests for only-modified flaganirudnits2020-10-022-0/+104
| * | Made sure that verbose output is only shown for modified filesanirudnits2020-10-022-2/+11
| * | Added attribute verbose_output in ParsedContent classanirudnits2020-10-021-2/+16
| * | Added only-modified flag in parse.argsanirudnits2020-10-021-0/+8
| * | Added the only-modified option in the config data schemaanirudnits2020-10-021-0/+1
| | * Fix how unsupported encoding file is createdTimothy Crosley2020-10-031-3/+4
| | * Implemented #1487: Improved handling of encoding errors.Timothy Crosley2020-10-036-9/+91
| |/ |/|
* | Skip tests that are failing on github for windows onlyTimothy Crosley2020-10-011-0/+2
* | Fix #1481: more prominent callout for how config files are loadedTimothy Crosley2020-10-011-0/+4
* | Fix #1486: Google profile not quite correct.Timothy Crosley2020-10-016-2/+26
|/
* Merge pull request #1516 from PyCQA/issue/1515/isort-assignments-sorting-bugTimothy Edmund Crosley2020-10-013-16/+21
|\
| * Fixes bug in isort-assignments sorting.issue/1515/isort-assignments-sorting-bugTamas Szabo2020-10-013-16/+21
|/
* Merge pull request #1512 from PyCQA/issue/1511/show-files-via-cli-supportTimothy Edmund Crosley2020-09-303-4/+37
|\
| * Implemented #1511: Support for easily seeing all files isort will be ran againstissue/1511/show-files-via-cli-supportTimothy Crosley2020-09-303-4/+37
|/
* Add note about fix for #1472Timothy Crosley2020-09-301-0/+3
* Merge pull request #1509 from sobolevn/patch-1Timothy Edmund Crosley2020-09-301-2/+2
|\
| * Fixes syntax highlight in README.mdNikita Sobolev2020-09-301-2/+2
* | Merge pull request #1510 from anirudnits/issue/1472/cli-flag-tests-for-stdinTimothy Edmund Crosley2020-09-301-0/+384
|\ \ | |/ |/|
| * added cli flag tests with stdinanirudnits2020-09-301-0/+384
|/
* Merge branch 'master' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-09-295-11/+45
|\
| * Bump version to 5.5.4 in pyproject.toml5.5.4Timothy Crosley2020-09-291-1/+1
| * Hot fix release 5.5.4Timothy Crosley2020-09-294-10/+45
| * Add unit test case for desired placement behaviorTimothy Crosley2020-09-291-0/+7
| * Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-291-1/+1
* | Merge pull request #1506 from PyCQA/issue/1505/isort-crash-on-pyramidTimothy Edmund Crosley2020-09-284-1/+17
|\ \
| * | Mark Fixed #1505: Support case where known_SECTION points to a section not li...Timothy Crosley2020-09-281-0/+1
| * | Improve placement logic to ensure it takes into account the case where known ...Timothy Crosley2020-09-281-1/+1
| * | Add unit test case for desired placement behaviorTimothy Crosley2020-09-281-0/+7
| * | Add Pyramid project to isort integration testsTimothy Crosley2020-09-281-0/+8
|/ /
* | Refactor integration tests to make it easier to add additional projectsTimothy Crosley2020-09-281-115/+50
* | Merge pull request #1503 from PyCQA/issue/1502/improve-float-to-top-when-exis...Timothy Edmund Crosley2020-09-274-10/+118
|\ \
| * | Resolved #1502: Improved float-to-top behavior when there is an existing impo...Timothy Crosley2020-09-274-10/+118
|/ /
* | Set google profile not to order by type (#1486)Timothy Crosley2020-09-262-2/+3
* | Merge pull request #1501 from PyCQA/issue/1499/float-to-top-single-line-multi...Timothy Edmund Crosley2020-09-253-2/+84
|\ \
| * | Mark #1499: as fixed in changelogTimothy Crosley2020-09-251-0/+1
| * | Fix #1499: detect start of tripple quote commentsTimothy Crosley2020-09-251-2/+6
| * | Add test case for #1499: single-line multi-line string comment confuses float...Timothy Crosley2020-09-251-0/+77
|/ /
* | Merge pull request #1498 from hramezani/fix_readmeTimothy Edmund Crosley2020-09-251-3/+3
|\ \
| * | Fix typo in README.mdHasan Ramezani2020-09-251-3/+3
|/ /
* | Add additional test for noqa wap mode to ensure 100% test coverageTimothy Crosley2020-09-241-0/+17
* | Move chdir util to deprecated finders, since it is only used there and otherw...Timothy Crosley2020-09-242-14/+13
* | Resolve #1495Timothy Crosley2020-09-241-1/+2