summaryrefslogtreecommitdiff
path: root/isort/main.py
Commit message (Expand)AuthorAgeFilesLines
* Add SUPPORTED_EXTENSIONS configuration variable, add pyx to itTimothy Crosley2020-01-031-2/+2
* Fix --diff command-line optionTimothy Crosley2019-11-091-3/+14
* Improve behaviour when no options or file names are passed in. Add new intera...Timothy Crosley2019-11-091-26/+31
* Fix ask_to_applyTimothy Crosley2019-11-091-3/+3
* Add initial profile supportTimothy Crosley2019-11-091-5/+11
* Flake8 fixesTimothy Crosley2019-11-081-2/+3
* Fix all discovered mypy errorsTimothy Crosley2019-11-081-16/+14
* Remove safety excludes completelyTimothy Crosley2019-11-071-9/+0
* Switch to sections defaultTimothy Crosley2019-11-071-2/+2
* Fix remove whitespace usage post refactorTimothy Crosley2019-11-061-2/+3
* Fix is_skipped usage in main.pyTimothy Crosley2019-11-061-1/+1
* Make don't order by type flag consistent with old settingTimothy Crosley2019-11-061-1/+1
* Fix jobs usage in CLITimothy Crosley2019-11-061-1/+1
* Initially working CLITimothy Crosley2019-11-061-17/+21
* Remove ambigous flag noticesTimothy Crosley2019-11-051-9/+0
* Fix wrap mode selection from CLITimothy Crosley2019-11-051-1/+2
* Existing unit tests starting to pass with refactored codeTimothy Crosley2019-11-051-4/+4
* Clean up CLI settingsTimothy Crosley2019-11-031-44/+38
* Default to Python3.xTimothy Crosley2019-10-301-4/+5
* Fix stdlib inclusionsTimothy Crosley2019-10-291-2/+2
* Start work on moving configuration objects to use dataclassesTimothy Crosley2019-10-291-3/+3
* Improve python version targetingTimothy Crosley2019-10-291-2/+6
* Replace last remaining WARNING print with warnings.warn callTimothy Crosley2019-10-271-1/+1
* Switch from .format to f-string; switch from print to warnings where applicableTimothy Crosley2019-10-271-12/+11
* Reuse Dynamically generated WrapModes enumTimothy Crosley2019-10-251-2/+9
* Switch to Python3.6+ onlyTimothy Crosley2019-10-241-3/+3
* Auto formattingTimothy Crosley2019-10-151-1/+1
* Add logoTimothy Crosley2019-10-151-27/+3
* Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-121-87/+30
* Run pyupgrade tool across the projectJon Dufresne2019-08-161-11/+11
* Introduce Black to automate code formattingJon Dufresne2019-08-151-192/+522
* Added python-version flag and first test caseZarathustra22019-08-141-0/+3
* bug fix type int for wrap lengthjaswanth0982019-08-141-1/+1
* Merge pull request #939 from timothycrosley/feature/implement-938Timothy Edmund Crosley2019-05-011-0/+12
* Merge pull request #911 from timothycrosley/feature/fix-issue-909Timothy Edmund Crosley2019-03-241-1/+2
* Merge pull request #897 from timothycrosley/feature/better-help-docTimothy Edmund Crosley2019-03-101-1/+3
* Fix issue #890Timothy Crosley2019-03-081-0/+2
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-03-071-0/+2
|\
| * Implement conda environment supportTimothy Crosley2019-03-061-0/+2
* | Fix file skipping in particular with globsTimothy Crosley2019-03-071-5/+5
|/
* Update to include binary/pex improvementTimothy Crosley2019-03-061-0/+2
* Merge in improvement for safe skipsTimothy Edmund Crosley2019-03-061-5/+1
* Merge pull request #850 from mkurnikov/split-sort-imports-cherry-pickedTimothy Edmund Crosley2019-03-031-4/+4
|\
| * rename original_length -> original_num_of_linesMaxim Kurnikov2019-02-261-1/+1
| * rename should_skip -> file_should_be_skippedMaxim Kurnikov2019-02-261-4/+4
* | Add -rr/--reverse-relative option (issue #417)Peter Grayson2019-03-011-0/+2
|/
* move WrapModes to enum.EnumMaxim Kurnikov2019-02-261-1/+1
* Merge in hot fix releasesTimothy Crosley2019-02-251-0/+6
|\
| * Fix issues with -r command4.3.8Timothy Crosley2019-02-251-0/+6
* | add type hints to isort/Maxim Kurnikov2019-02-251-14/+15