summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #762feature/fix-issue-762Timothy Crosley2019-02-242-2/+11
* Remove unused importfeature/fix-issue-814Timothy Crosley2019-02-241-1/+0
* Make compatible with Python2Timothy Crosley2019-02-241-19/+10
* Fix open to cast temp config file location to string typeTimothy Crosley2019-02-231-1/+1
* Remove accidentally added folderTimothy Crosley2019-02-233-17/+0
* Try to include config in test suite by defaultTimothy Crosley2019-02-234-4/+42
* Fix not skip not being honoredfeature/fix-issue-582Timothy Crosley2019-02-231-0/+3
* Merge pull request #820 from timothycrosley/feature/fix-issue-577Timothy Edmund Crosley2019-02-232-0/+24
|\
| * Remove extra new line at end of fileTimothy Crosley2019-02-231-1/+0
| * Implement fix for 577, relative imports incorrectly sortedfeature/fix-issue-576Timothy Crosley2019-02-232-3/+11
| * Add initial test case for relative import sorting issueTimothy Crosley2019-02-231-0/+17
* | Merge pull request #819 from timothycrosley/feature/fix-issue-576Timothy Edmund Crosley2019-02-232-0/+11
|\ \ | |/
| * Remove spaces on lineTimothy Crosley2019-02-231-1/+1
| * Fix issue 576Timothy Crosley2019-02-232-0/+11
|/
* Remove spaces on blank lineTimothy Crosley2019-02-231-1/+1
* Fix isort and editor configTimothy Crosley2019-02-232-2/+2
* Make appdirs an optional requirementTimothy Crosley2019-02-233-6/+14
* Merge pull request #806 from r-darwish/xdgTimothy Edmund Crosley2019-02-233-9/+20
|\
| * Update settings.pyTimothy Edmund Crosley2019-02-231-2/+2
| * Update settings.pyTimothy Edmund Crosley2019-02-171-1/+1
| * Update settings.pyTimothy Edmund Crosley2019-02-171-2/+3
| * Read configuration from XDG_CONFIG_HOMERoey Darwish Dror2019-01-243-9/+19
* | Merge pull request #817 from bsamseth/developTimothy Edmund Crosley2019-02-202-4/+14
|\ \
| * | Update README.rst with new hook usage.Bendik Samseth2019-02-191-2/+3
| * | Update usage example for git hook in docstringBendik Samseth2019-02-191-5/+5
| * | Add modify option to git hookBendik Samseth2019-02-191-1/+10
|/ /
* | Merge pull request #813 from rhwlo/Handle-EXT_SUFFIX-on-third-party-packagesTimothy Edmund Crosley2019-02-172-2/+36
|\ \
| * | Update finders.pyTimothy Edmund Crosley2019-02-171-0/+2
| * | Update finders.pyTimothy Edmund Crosley2019-02-171-0/+3
| * | Update test_isort.pyTimothy Edmund Crosley2019-02-161-1/+1
| * | Merge branch 'develop' into Handle-EXT_SUFFIX-on-third-party-packagesTimothy Edmund Crosley2019-02-166-39/+174
| |\ \
| * | | Handle third-party packages ending with EXT_SUFFIXJoshua Coats2019-02-112-1/+31
| | |/ | |/|
* | | Merge pull request #777 from jinmel/developTimothy Edmund Crosley2019-02-172-6/+10
|\ \ \ | |_|/ |/| |
| * | Update isort.pyTimothy Edmund Crosley2019-02-171-1/+0
| * | Update settings.pyTimothy Edmund Crosley2019-02-171-1/+1
| * | Merge branch 'develop' into developTimothy Edmund Crosley2019-02-1712-487/+333
| |\ \ | |/ / |/| |
* | | Merge pull request #775 from mattbennett/nondeterministic-forced-separateTimothy Edmund Crosley2019-02-163-3/+52
|\ \ \
| * | | Update settings.pyTimothy Edmund Crosley2019-02-161-1/+1
| * | | Merge branch 'develop' into nondeterministic-forced-separateTimothy Edmund Crosley2019-02-1611-485/+282
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #809 from valohai/test-coverage-improvementsTimothy Edmund Crosley2019-02-152-27/+52
|\ \ \ \
| * | | | Update test_isort.pyTimothy Edmund Crosley2019-02-151-1/+1
| * | | | Merge branch 'develop' into test-coverage-improvementsTimothy Edmund Crosley2019-02-153-3/+37
| |\ \ \ \
| * | | | | Unify command line multiprocessing with single processingAarni Koskela2019-01-252-27/+29
| * | | | | Use sys.exit(), not exit()Aarni Koskela2019-01-251-2/+2
| * | | | | Add a test for the command lineAarni Koskela2019-01-252-4/+23
| * | | | | test_isort: skip tests that don't have requirements installedAarni Koskela2019-01-251-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge pull request #788 from astrofrog/length-sort-per-sectionTimothy Edmund Crosley2019-02-153-5/+33
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix whitespaceThomas Robitaille2018-12-171-1/+0
| * | | | Added unit testThomas Robitaille2018-12-171-0/+19
| * | | | Added support for opting in to line length sorting for only specific sectionsThomas Robitaille2018-12-172-5/+15