summaryrefslogtreecommitdiff
path: root/isort/settings.py
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting [isort + black]hakancelik96-issues/1081Timothy Crosley2020-01-071-10/+1
* Merge branch 'develop' into issues/1081Timothy Edmund Crosley2020-01-071-0/+1
|\
| * Fix issue #969: Add support for single line exclusionsfeature/fix-issue-969Timothy Crosley2020-01-071-0/+1
* | #1081 :art: unimport appliedhakancelik2020-01-061-7/+0
|/
* Fix issue #1061Timothy Crosley2020-01-051-0/+5
* Add SUPPORTED_EXTENSIONS configuration variable, add pyx to itTimothy Crosley2020-01-031-0/+1
* Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-281-1/+4
* Black formattingpTimothy Crosley2019-12-261-0/+1
* Fix typing errorTimothy Crosley2019-11-091-3/+2
* Add initial profile supportTimothy Crosley2019-11-091-1/+15
* Add explicit lexicographical sorting supportTimothy Crosley2019-11-081-0/+1
* Flake8 fixesTimothy Crosley2019-11-081-6/+6
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-17/+41
* Remove safety excludes completelyTimothy Crosley2019-11-071-16/+2
* Further refactoring progress, less than 10 test failures on test_isort!Timothy Crosley2019-11-071-5/+6
* Switch to sections defaultTimothy Crosley2019-11-071-3/+2
* Initial support for 'check' post refactorTimothy Crosley2019-11-061-1/+1
* Comment section heading support post refactorTimothy Crosley2019-11-061-10/+18
* Fix forced separate support post refactorTimothy Crosley2019-11-061-5/+5
* Fix known_x support post refactorTimothy Crosley2019-11-061-2/+13
* Fix length sortTimothy Crosley2019-11-061-0/+1
* Initially working CLITimothy Crosley2019-11-061-4/+4
* Test case fixesTimothy Crosley2019-11-051-1/+1
* Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-051-1/+0
* Further work toward making api.py single entrypointTimothy Crosley2019-11-041-2/+14
* Add support for file skip commentTimothy Crosley2019-11-041-0/+1
* Add initial simplified API for using isortTimothy Crosley2019-11-041-0/+2
* Add support for automatically stopping config search when root of repo detectedTimothy Crosley2019-11-041-0/+5
* Black formattingTimothy Crosley2019-11-031-14/+36
* Switch from config[' to config.Timothy Crosley2019-11-031-0/+1
* Start utilizing simplified immutable config objectTimothy Crosley2019-11-021-0/+3
* Final pass to ensure all config values map to the type checked formTimothy Crosley2019-11-021-13/+15
* Switch completely to immutable types for config objectTimothy Crosley2019-11-021-65/+44
* Current progress on refactoring settings, only public interface should be sin...Timothy Crosley2019-11-021-236/+117
* Add _find_config function to find a single configTimothy Crosley2019-11-021-4/+53
* Fix syntax errors with Config object, make frozen after creationTimothy Crosley2019-11-011-19/+21
* Add config initTimothy Crosley2019-10-311-0/+19
* Fix merging of stdlib imports with custom inclusionsTimothy Crosley2019-10-301-1/+1
* Default to Python3.xTimothy Crosley2019-10-301-1/+1
* Fix stdlib inclusionsTimothy Crosley2019-10-291-5/+6
* Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-291-60/+74
* Improve python version targetingTimothy Crosley2019-10-291-31/+11
* Start work on new dataclass based configTimothy Crosley2019-10-291-0/+60
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-4/+3
* Reuse Dynamically generated WrapModes enumTimothy Crosley2019-10-251-17/+4
* Switch to Python3.6+ onlyTimothy Crosley2019-10-241-2/+2
* Fix conda integration detection of stdlibTimothy Crosley2019-10-121-2/+1
* Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-121-75/+21
* Auto-generate the complete list of stdlib modulesJon Dufresne2019-08-241-5/+4
* Remove redundant coerce to listJon Dufresne2019-08-201-1/+1