summaryrefslogtreecommitdiff
path: root/isort/main.py
Commit message (Expand)AuthorAgeFilesLines
* Add --ensure-newline-before-comments argumentStephen Brown II2020-01-151-0/+7
* Fix issue #1095feature/fix-issue-1088Timothy Crosley2020-01-101-59/+6
* Formattingfeature/fix-issue-574Timothy Crosley2020-01-071-3/+6
* Provide a way to introspect configuration discovery from the command lineTimothy Crosley2020-01-071-3/+14
* Merge branch 'develop' into issues/1081Timothy Edmund Crosley2020-01-071-0/+14
|\
| * Fix issue #969: Add support for single line exclusionsfeature/fix-issue-969Timothy Crosley2020-01-071-0/+7
| * Add support for automatically skipping over fifo filesTimothy Crosley2020-01-071-0/+7
* | #1081 :art: unimport appliedhakancelik2020-01-061-1/+1
|/
* Fix issue #812: error reporting incorrectTimothy Crosley2020-01-051-2/+2
* Fix issue #1061Timothy Crosley2020-01-051-8/+4
* black formattingTimothy Crosley2020-01-051-2/+7
* Update version shorthand flagsTimothy Crosley2020-01-051-2/+3
* 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
|\