summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Start moving import block identification to contiguous sectionTimothy Crosley2019-11-161-0/+86
| * Update changelog to note new contiguous behaviourTimothy Crosley2019-11-151-0/+1
| * Move normalization to reusable functionTimothy Crosley2019-11-151-21/+26
| * Fix conditional statement to utilize correct variableTimothy Crosley2019-11-141-5/+7
| * Updated signatureTimothy Crosley2019-11-131-2/+15
| * Sort importsTimothy Crosley2019-11-121-3/+13
| * Initial work toward enabling contiguous import section sortingTimothy Crosley2019-11-111-1/+30
|/
* Fix readme renderingTimothy Crosley2019-11-101-1/+2
* Final isort 5.0.0 logoTimothy Crosley2019-11-105-5/+5
* Simplified logoTimothy Crosley2019-11-103-0/+0
* Add small logo, use in documentation websiteTimothy Crosley2019-11-102-0/+2
* Simplified CLI logo to match isort 5.0 logoTimothy Crosley2019-11-101-18/+7
* Update portray theme to match new logoTimothy Crosley2019-11-101-1/+1
* Add new logoTimothy Crosley2019-11-103-2/+2
* Update tests to match new isort command line argumentsTimothy Crosley2019-11-091-4/+4
* Fix --diff command-line optionTimothy Crosley2019-11-093-5/+16
* Improve behaviour when no options or file names are passed in. Add new intera...Timothy Crosley2019-11-092-26/+35
* Fix ask_to_applyTimothy Crosley2019-11-091-3/+3
* Merge pull request #1055 from hugovk/appveyor-3.8Timothy Edmund Crosley2019-11-092-1/+1
|\
| * Hide with other dotfilesHugo2019-11-092-0/+0
| * Test on Python 3.8Hugo2019-11-091-1/+1
|/
* Merge pull request #1054 from timothycrosley/feature/profile-supportTimothy Edmund Crosley2019-11-097-11/+117
|\
| * Fix typing errorTimothy Crosley2019-11-092-4/+4
| * Add initial profilesTimothy Crosley2019-11-091-0/+55
| * Add initial profile supportTimothy Crosley2019-11-093-9/+38
| * Add explicit lexicographical sorting supportTimothy Crosley2019-11-084-2/+24
|/
* Merge pull request #1053 from timothycrosley/feature/refactor-configTimothy Edmund Crosley2019-11-0834-1268/+3121
|\
| * Flake8 fixesTimothy Crosley2019-11-085-20/+21
| * Fix all discovered mypy errorsTimothy Crosley2019-11-0812-179/+199
| * Fix use of default config to match new refactorTimothy Crosley2019-11-071-2/+2
| * All test_isort tests now passing!Timothy Crosley2019-11-074-21/+33
| * Fix safety skips to match new behaviourfeature/refactor-configTimothy Crosley2019-11-071-4/+4
| * Remove safety excludes completelyTimothy Crosley2019-11-074-29/+11
| * Fix atomic behaviour to match pre-refactor isortTimothy Crosley2019-11-071-1/+9
| * Further refactoring progress, less than 10 test failures on test_isort!Timothy Crosley2019-11-073-19/+15
| * Fix logging statuments to include correct file pathTimothy Crosley2019-11-071-2/+2
| * Simplify sectionsTimothy Crosley2019-11-073-22/+19
| * Add sections moduleTimothy Crosley2019-11-071-0/+9
| * Switch to sections defaultTimothy Crosley2019-11-075-22/+22
| * Fix sections usage, don't convert needlesly into a namedtupleTimothy Crosley2019-11-073-18/+16
| * Fix safety excludes test to use Config objectTimothy Crosley2019-11-071-1/+1
| * Fix skip_glob testTimothy Crosley2019-11-071-1/+1
| * Update configuration test to use new Config objectTimothy Crosley2019-11-072-4/+3
| * Add existing syntax error exception typeTimothy Crosley2019-11-072-1/+14
| * Fix remove whitespace usage post refactorTimothy Crosley2019-11-063-6/+8
| * Fix is_skipped usage in main.pyTimothy Crosley2019-11-061-1/+1
| * Initial support for 'check' post refactorTimothy Crosley2019-11-064-11/+55
| * Comment section heading support post refactorTimothy Crosley2019-11-064-17/+20
| * Add extension support to io.FileTimothy Crosley2019-11-063-2/+9
| * Fix forced separate support post refactorTimothy Crosley2019-11-063-7/+6