summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix safety skips to match new behaviourfeature/refactor-configTimothy Crosley2019-11-071-4/+4
* Remove safety excludes completelyTimothy Crosley2019-11-074-29/+11
* Fix atomic behaviour to match pre-refactor isortTimothy Crosley2019-11-071-1/+9
* Further refactoring progress, less than 10 test failures on test_isort!Timothy Crosley2019-11-073-19/+15
* Fix logging statuments to include correct file pathTimothy Crosley2019-11-071-2/+2
* Simplify sectionsTimothy Crosley2019-11-073-22/+19
* Add sections moduleTimothy Crosley2019-11-071-0/+9
* Switch to sections defaultTimothy Crosley2019-11-075-22/+22
* Fix sections usage, don't convert needlesly into a namedtupleTimothy Crosley2019-11-073-18/+16
* Fix safety excludes test to use Config objectTimothy Crosley2019-11-071-1/+1
* Fix skip_glob testTimothy Crosley2019-11-071-1/+1
* Update configuration test to use new Config objectTimothy Crosley2019-11-072-4/+3
* Add existing syntax error exception typeTimothy Crosley2019-11-072-1/+14
* Fix remove whitespace usage post refactorTimothy Crosley2019-11-063-6/+8
* Fix is_skipped usage in main.pyTimothy Crosley2019-11-061-1/+1
* Initial support for 'check' post refactorTimothy Crosley2019-11-064-11/+55
* Comment section heading support post refactorTimothy Crosley2019-11-064-17/+20
* Add extension support to io.FileTimothy Crosley2019-11-063-2/+9
* Fix forced separate support post refactorTimothy Crosley2019-11-063-7/+6
* Make don't order by type flag consistent with old settingTimothy Crosley2019-11-061-1/+1
* Fix known_x support post refactorTimothy Crosley2019-11-062-5/+16
* Fix length sortTimothy Crosley2019-11-064-8/+4
* Fix jobs usage in CLITimothy Crosley2019-11-061-1/+1
* Initially working CLITimothy Crosley2019-11-0611-48/+45
* Remove no longer working kate pluginTimothy Crosley2019-11-064-196/+0
* Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
* Fix comand line argumentsTimothy Crosley2019-11-061-1/+1
* Fix comand line argumentsTimothy Crosley2019-11-061-2/+2
* Fix comand line argumentsTimothy Crosley2019-11-061-3/+3
* Remove ambigous flag noticesTimothy Crosley2019-11-051-9/+0
* Fix wrap mode selection from CLITimothy Crosley2019-11-051-1/+2
* Fix file_contents set to NoneTimothy Crosley2019-11-051-2/+2
* Fix custom wrap mode per import statement supportTimothy Crosley2019-11-051-1/+1
* Test case fixesTimothy Crosley2019-11-053-20/+18
* Update wrap.py module to use config object, defaulting to DEFAULT_CONFIG. Maj...Timothy Crosley2019-11-051-24/+25
* Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-054-29/+32
* Update compat module to use FileTimothy Crosley2019-11-051-3/+5
* Move IO functionality into separate moduleTimothy Crosley2019-11-052-46/+62
* Further work toward making api.py single entrypointTimothy Crosley2019-11-044-86/+39
* Add exceptions moduleTimothy Crosley2019-11-041-0/+45
* Start implementing atomic behaviour in APITimothy Crosley2019-11-042-40/+41
* Add support for file skip commentTimothy Crosley2019-11-044-3/+8
* Add exceptions module and UnableToDetermineEncoding exceptionTimothy Crosley2019-11-041-1/+4
* Add initial simplified API for using isortTimothy Crosley2019-11-046-56/+86
* Add support for automatically stopping config search when root of repo detectedTimothy Crosley2019-11-041-0/+5
* Clean up CLI settingsTimothy Crosley2019-11-032-44/+40
* Black formattingTimothy Crosley2019-11-034-22/+46
* Switch from config[' to config.Timothy Crosley2019-11-033-74/+78
* Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-11-022-16/+23
|\
| * Merge pull request #1050 from rhwlo/add-importlib-machinery-suffixesTimothy Edmund Crosley2019-10-312-16/+23
| |\