summaryrefslogtreecommitdiff
path: root/isort/settings.py
Commit message (Expand)AuthorAgeFilesLines
* Fix list passed from toml settingsStephen Brown II2019-04-151-0/+2
* Merge pull request #913 from timothycrosley/feature/fix-issue-902Timothy Edmund Crosley2019-03-241-4/+4
* Fix issue #778, deprecating Python3.4 support - starting with removal of userfeature/fix-issue-778Timothy Crosley2019-03-111-1/+1
* Fix issue with */ style glob testsTimothy Crosley2019-03-091-1/+1
* Fix issue #890Timothy Crosley2019-03-081-1/+2
* Fix file skipping in particular with globsTimothy Crosley2019-03-071-1/+1
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-061-5/+11
* Support integer values for `multi_line_output` from TOML filesJeppe Fihl-Pearson2019-03-041-1/+1
* Merge pull request #850 from mkurnikov/split-sort-imports-cherry-pickedTimothy Edmund Crosley2019-03-031-1/+33
|\
| * rename should_skip -> file_should_be_skippedMaxim Kurnikov2019-02-261-1/+1
| * extract config preparation in separate functionMaxim Kurnikov2019-02-261-0/+32
* | Pull request to merge in latest hotfix master changes into develop branchTimothy Crosley2019-03-031-1/+1
* | Sort importsTimothy Crosley2019-03-021-1/+1
* | Merge pull request #854 from mkurnikov/fix-enum-bug-cherry-pickTimothy Edmund Crosley2019-03-021-2/+9
|\ \
| * | fix bug with parsing WrapModes from config fileMaxim Kurnikov2019-02-271-2/+9
| |/
* | Merge pull request #867 from jpgrayson/developTimothy Edmund Crosley2019-03-021-0/+1
|\ \
| * | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-011-0/+1
| |/
* | Merge pull request #860 from anderson-dan-w/allow-named-multiline-argTimothy Edmund Crosley2019-03-021-2/+2
|\ \
| * | maybeDan W Anderson2019-02-281-1/+1
| * | from setting.cfg tooDan W Anderson2019-02-281-1/+1
| * | allow named multi_line_import argumentsDan W Anderson2019-02-281-1/+1
| |/
* | Merge in latest from masterTimothy Crosley2019-03-011-3/+5
|\ \ | |/ |/|
| * Attempt to restore full windows compatiblityTimothy Crosley2019-03-011-3/+5
| * Try using norm pathTimothy Crosley2019-02-281-1/+2
| * Use OS specific file name in checkTimothy Crosley2019-02-281-2/+1
| * Convert path into OS specific pathTimothy Crosley2019-02-281-1/+2
| * Attempt to fix windows issue by avoiding use of os dependant fifo checkTimothy Crosley2019-02-281-2/+1
* | move WrapModes to enum.EnumMaxim Kurnikov2019-02-261-5/+17
* | lintMaxim Kurnikov2019-02-251-1/+1
* | add type hints to isort/Maxim Kurnikov2019-02-251-11/+31
* | add mypy to CIMaxim Kurnikov2019-02-251-5/+5
* | Update settings.pyTimothy Edmund Crosley2019-02-241-1/+0
* | Merge branch 'develop' into py3Timothy Edmund Crosley2019-02-241-14/+37
|\ \ | |/
| * Fix issue #792Timothy Crosley2019-02-241-0/+4
| * Fix settings to be consistentTimothy Crosley2019-02-241-1/+1
| * Remove spaces on blank lineTimothy Crosley2019-02-231-1/+1
| * Fix isort and editor configTimothy Crosley2019-02-231-1/+1
| * Make appdirs an optional requirementTimothy Crosley2019-02-231-5/+11
| * Merge pull request #806 from r-darwish/xdgTimothy Edmund Crosley2019-02-231-7/+18
| |\
| | * 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-241-7/+17
| * | Update settings.pyTimothy Edmund Crosley2019-02-171-1/+1
| * | Merge branch 'develop' into developTimothy Edmund Crosley2019-02-171-33/+68
| |\ \
| | * | Update settings.pyTimothy Edmund Crosley2019-02-161-1/+1
| | * | Merge branch 'develop' into nondeterministic-forced-separateTimothy Edmund Crosley2019-02-161-31/+65
| | |\ \
| | * | | lint-fixMatt Bennett2018-11-151-1/+1
| | * | | fixMatt Bennett2018-11-151-4/+6
| * | | | Add option to ignore commentsJin Suk Park2018-11-211-1/+2
| |/ / /