summaryrefslogtreecommitdiff
path: root/isort/settings.py
Commit message (Expand)AuthorAgeFilesLines
* Sort isortTimothy Crosley2015-07-131-1/+1
* Merge in latest changes from developcustom-sectionsTimothy Crosley2015-07-121-3/+3
|\
| * Merge pull request #264 from mvantellingen/feature/use-parenthesesTimothy Edmund Crosley2015-07-121-0/+1
| |\
| | * Implement `use_parentheses`.Michael van Tellingen2015-03-311-0/+1
| * | Merge pull request #276 from cmeeren/patch-1Timothy Edmund Crosley2015-07-121-1/+1
| |\ \
| | * | add "io" as known standard libraryChrister van der Meeren2015-06-041-1/+1
| * | | Switch to using pie_slice, removing all dependenciesTimothy Crosley2015-07-121-2/+1
| |/ /
* | | Custom section ordering and support.Derrick Petzold2015-05-311-0/+2
|/ /
* | Merge pull request #266 from timothycrosley/feature/fix-issue-265Timothy Edmund Crosley2015-05-071-1/+1
|\ \
| * | Fix configuration to match new requirementsfeature/fix-issue-265Timothy Crosley2015-04-151-1/+1
| |/
* | Fix [Error 22] under Windows reading .editorconfigTimon Wong/NHNCN2015-04-231-1/+1
|/
* Add support for formatted list separated valuesTimothy Crosley2015-02-191-2/+6
* Accept [isort] section in ~/.isort.cfgReinout van Rees2015-02-061-1/+1
* Add wrap_length settingTimothy Crosley2015-02-051-0/+1
* statusTimothy Crosley2015-02-041-0/+1
* Fix #221 -- Add include_trailing_comma setting.Tim Graham2015-02-031-0/+1
* Change default behavior to use order_by_typeTimothy Crosley2014-12-151-1/+1
* Fix issue 181Timothy Crosley2014-12-151-1/+1
* Fix issue 182Timothy Crosley2014-12-091-1/+1
* Add config for known future library imports.Elliott Sales de Andrade2014-11-071-0/+1
* Switch default to 79 characters to be consistent with pep8feature/fix-issue-172Timothy Crosley2014-08-041-1/+1
* Stop looking for config files once we hit the filesystem root.Daniel Watkins2014-06-161-1/+4
* Merge pull request #159 from timothycrosley/feature/fix-issue-157Timothy Edmund Crosley2014-05-141-1/+2
|\
| * Add binascii to isorts built-in list of known_built_insTimothy Crosley2014-05-141-1/+2
* | Switch to using just verbose flagTimothy Crosley2014-05-141-2/+1
* | Add errors_only settingTimothy Crosley2014-05-141-1/+2
* | Add setting for verbose outputTimothy Crosley2014-05-141-1/+2
|/
* Small performance improvement, fix indentationTimothy Crosley2014-04-301-1/+1
* Rename variable within list generator that conflicted with used outside names...Timothy Crosley2014-04-301-2/+2
* Add combine-star settingTimothy Crosley2014-04-171-1/+2
* Add support for not_ settings when dealing with any list based settingTimothy Crosley2014-04-161-29/+37
* fix docstring bug wimglenn2014-02-281-1/+1
* Fix issue #126: provide a way other then 'property=' to set a config value to...Timothy Crosley2014-02-201-0/+2
* Add setting needed to support issue #116Timothy Crosley2014-02-171-1/+2
* Add support for excluding values to settingsTimothy Crosley2014-02-171-4/+8
* Merge lists defined in settingsTimothy Crosley2014-02-171-2/+3
* Fix first problem stated in issue #118: make thread explicitly defined as par...Timothy Crosley2014-02-171-1/+1
* Add necessary setting to support featureTimothy Crosley2014-02-171-1/+2
* Test for issue #119Timothy Crosley2014-02-171-1/+3
* Prefer setup.cfg to personal isort settingsTimothy Crosley2014-01-281-1/+1
* Small fixesTimothy Crosley2014-01-281-3/+3
* Remove extra new lineTimothy Crosley2014-01-281-1/+0
* Initial work toward supporting setup.cfgTimothy Crosley2014-01-281-45/+34
* Add initial support for dynamic settings lookupTimothy Crosley2014-01-231-76/+83
* Fix potential unicode errorTimothy Crosley2014-01-201-2/+2
* Imporve consistency with pep8 standard, in particular for doc stringsTimothy Crosley2014-01-141-17/+16
* Add support for smart wrapping, where the optimal line length is used to achi...Timothy Crosley2014-01-041-2/+3
* Add support for editor config, add editorconfig fileTimothy Crosley2014-01-011-0/+50
* Bump search depth to 25Timothy Crosley2014-01-011-1/+1
* Make docstrings consistently match the recommended pep8 style guidelinesTimothy Crosley2013-12-221-2/+3