summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Account for case where both as and non as of same import are made with combin...Timothy Crosley2020-08-252-7/+18
| * Initial fix for #1380: dont combine as into star as it will change applicatio...Timothy Crosley2020-08-254-12/+76
|/
* Merge pull request #1408 from ndevenish/patch-1Timothy Edmund Crosley2020-08-251-2/+2
|\
| * Fix documentation for skip_file action commentNicholas Devenish2020-08-251-2/+2
* | Merge pull request #1409 from PyCQA/issue/1405/add-coloring-to-diff-outputTimothy Edmund Crosley2020-08-253-8/+85
|\ \
| * \ Merge branch 'develop' into issue/1405/add-coloring-to-diff-outputissue/1405/add-coloring-to-diff-outputTamas Szabo2020-08-251-0/+5
| |\ \
| * | | Adds colors to --diff output.Tamas Szabo2020-08-253-8/+85
| | |/ | |/|
* | | Merge pull request #1406 from PyCQA/update-timothycrosley-references-to-pycqaTimothy Edmund Crosley2020-08-2521-102/+103
|\ \ \
| * | | Switch back broken Deepsource and Gitter linksupdate-timothycrosley-references-to-pycqaTamas Szabo2020-08-251-2/+2
| * | | Update timothycrosley references to pycqaTamas Szabo2020-08-2521-104/+105
* | | | Re-enabling Airflow integration tests.Tamas Szabo2020-08-261-5/+0
| |_|/ |/| |
* | | Disable airflow integration tests temporarily.Tamas Szabo2020-08-251-0/+5
| |/ |/|
* | Fix typo in constant name.Tamas Szabo2020-08-251-2/+2
|/
* Merge pull request #1402 from sztamas/output-small-refactoringTimothy Edmund Crosley2020-08-231-69/+29
|\
| * Small refactoring in output.py.Tamas Szabo2020-08-231-69/+29
* | Merge pull request #1404 from jameswinegar/developTimothy Edmund Crosley2020-08-231-14/+57
|\ \
| * | lint fixesJames Winegar2020-08-231-12/+55
| * | integration test clones should be shallowJames Winegar2020-08-231-14/+14
|/ /
* | Update test_projects_using_isort.pyTimothy Edmund Crosley2020-08-231-1/+1
* | Merge pull request #1403 from timothycrosley/separate-integration-testTimothy Edmund Crosley2020-08-2334-16/+155
|\ \ | |/ |/|
| * Ensure test pipeline only runts unit testsTimothy Crosley2020-08-231-1/+1
| * Fix linting errors due to overly long linesTimothy Crosley2020-08-231-12/+39
| * Fix integration test workflow, removing accidental references to lintingTimothy Crosley2020-08-231-1/+1
| * Fix integration test workflow, removing accidental references to lintingTimothy Crosley2020-08-231-4/+4
| * Add integration test CI stepTimothy Crosley2020-08-232-0/+39
| * Add several projects to integration testTimothy Crosley2020-08-232-11/+83
| * Start work to separate integration and unit testsseparate-integration-testTimothy Crosley2020-08-2330-4/+5
|/
* Fixed #1396: comments in imports with ; can keep isort from recognizing impor...Timothy Crosley2020-08-223-6/+43
* Add githook config file support to changelogTimothy Crosley2020-08-221-0/+1
* Add initial integration testTimothy Crosley2020-08-221-0/+11
* Merge pull request #1400 from diseraluca/issue/1397Timothy Edmund Crosley2020-08-223-3/+51
|\
| * Corrects a typo in the tests/test_hooks.py.Luca Di Sera2020-08-221-1/+1
| * Extends git_hook to allow for a user-specified configuration file.Luca Di Sera2020-08-223-3/+51
* | Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2020-08-222-8/+17
|\ \
| * \ Merge pull request #1390 from sztamas/issue/1389/ensure_new_line_before_comme...Timothy Edmund Crosley2020-08-222-8/+17
| |\ \
| | * | Fixes #1389Tamas Szabo2020-08-181-8/+16
| | * | Demonstrates problem with #1389.Tamas Szabo2020-08-181-0/+1
* | | | Update changelog to mention #1389 fixTimothy Crosley2020-08-221-1/+2
|/ / /
* | | Fixed #1399: --skip can error in the case of projects that contain recursive ...Timothy Crosley2020-08-222-8/+8
| |/ |/|
* | Fixed #1395: reverse_relative setting doesn't have any effect when combined w...Timothy Crosley2020-08-214-8/+42
* | Add test case for issue #1396Timothy Crosley2020-08-211-0/+29
* | Fixed #1398: isort: off comment doesn't work, if it's the top comment in the ...Timothy Crosley2020-08-212-4/+50
|/