summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge pull request #1419 from PyCQA/issue/1393/add-property-based-testing-of-...Timothy Edmund Crosley2020-08-271-0/+178
|\ \ \
| * | | Move setting combination strategy into testTimothy Crosley2020-08-272-64/+61
| * | | Try not using forced strategiesTimothy Crosley2020-08-271-2/+2
| * | | Force atomic off in fuzz tests for nowTimothy Crosley2020-08-272-2/+3
| * | | Formatting fixesTimothy Crosley2020-08-262-29/+30
| * | | Initially passing testTimothy Crosley2020-08-262-5/+23
| * | | Add code snipet integration testissue/1393/add-property-based-testing-of-complex-code-snippetTimothy Crosley2020-08-262-0/+161
|/ / /
* | | Merge pull request #1413 from PyCQA/issue/1412/missing-colorama-exceptionTamas Szabo2020-08-261-3/+4
|\ \ \ | |_|/ |/| |
| * | Bugfix: 1412 Missing colorama leads to exceptionissue/1412/missing-colorama-exceptionTamas Szabo2020-08-261-3/+4
|/ /
* | Merge pull request #1411 from PyCQA/issue/1407/custom_known_group_not_always_...Timothy Edmund Crosley2020-08-262-1/+21
|\ \
| * | Remove unrelated changesissue/1407/custom_known_group_not_always_workingTimothy Crosley2020-08-251-2/+1
| * | Fix #1407: Ensure custom groups always take precedenceTimothy Crosley2020-08-252-2/+23
* | | Merge pull request #1410 from PyCQA/issue/1380/dont-combine-as-into-starTimothy Edmund Crosley2020-08-254-16/+92
|\ \ \ | |/ /
| * | Small refactoring to avoid redoing work per a loopTimothy Crosley2020-08-251-2/+3