summaryrefslogtreecommitdiff
path: root/isort
Commit message (Expand)AuthorAgeFilesLines
* Fix above comments for from importsfeature/fix-issue-1091Timothy Crosley2020-01-131-13/+6
* implements functionalityJoao MC Teixeira2020-01-111-0/+8
* Fix issue #1095feature/fix-issue-1088Timothy Crosley2020-01-102-59/+71
* Fix a variety of nested import bugsTimothy Crosley2020-01-081-7/+19
* 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
* Fix formatting [isort + black]hakancelik96-issues/1081Timothy Crosley2020-01-074-22/+4
* Merge branch 'develop' into issues/1081Timothy Edmund Crosley2020-01-075-12/+32
|\
| * Fix issue #969: Add support for single line exclusionsfeature/fix-issue-969Timothy Crosley2020-01-074-3/+18
| * Add support for automatically skipping over fifo filesTimothy Crosley2020-01-071-0/+7
| * Add cdef and cpdef supportTimothy Crosley2020-01-062-8/+7
* | #1081 :art: unimport appliedhakancelik2020-01-0611-29/+13
|/
* Fix issue #812: error reporting incorrectTimothy Crosley2020-01-052-3/+3
* Fix issue #1061Timothy Crosley2020-01-052-8/+9
* black formattingTimothy Crosley2020-01-051-2/+7
* Update version shorthand flagsTimothy Crosley2020-01-051-2/+3
* Fix issue #1065, multiple noqa commentsfeature/fix-issue-1065Timothy Crosley2020-01-052-2/+7
* Bump version in preperation for 5.0.0 releaseTimothy Crosley2020-01-051-1/+1
* Add test for cimport sorting supportfeature/fix-issue-252Timothy Crosley2020-01-051-1/+1
* Initially working cimport supportTimothy Crosley2020-01-053-15/+45
* Add ability to output cimport or import to output.pyTimothy Crosley2020-01-041-7/+11
* Initial work toward cimport supportTimothy Crosley2020-01-042-15/+50
* Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2020-01-041-0/+1
|\
| * Add ensure_newline_before_comments to black profileStephen Brown II2020-01-021-0/+1
* | Add SUPPORTED_EXTENSIONS configuration variable, add pyx to itTimothy Crosley2020-01-032-2/+3
|/
* Fix support for multi-line comments ending in what appear to be commentsTimothy Crosley2019-12-291-1/+1
* Add isort: split action with test casefeature/isort-skip-supportTimothy Crosley2019-12-281-0/+2
* Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-283-9/+26
* Black formattingpTimothy Crosley2019-12-264-3/+12
* Add support for nested import sectionsfeature/contiguous-import-sortingTimothy Crosley2019-12-261-10/+24
* Simplify core sorting logicTimothy Crosley2019-12-241-97/+82
* Improve top comment handlingTimothy Crosley2019-12-241-1/+2
* Fix stripping of import sections, to avoid stripping new lines before commentsTimothy Crosley2019-12-241-2/+6
* Black formattingTimothy Crosley2019-12-231-1/+3
* Fix line import continuation handlingTimothy Crosley2019-12-232-15/+12
* Update tests to match updated behaviorTimothy Crosley2019-12-231-1/+5
* Fix section comment handlingTimothy Crosley2019-12-232-6/+4
* Fix first comment identificationTimothy Crosley2019-12-231-1/+1
* Black formattingTimothy Crosley2019-12-231-1/+6
* Fully move add_imports to main sort_imports entry pointTimothy Crosley2019-12-231-5/+38
* Move import adding to api.sort_importsTimothy Crosley2019-12-222-5/+5
* Contiguous import sorting working on isort codebaseTimothy Crosley2019-12-211-4/+1
* Sort imports, even when imports are last section of fileTimothy Crosley2019-12-211-0/+13
* Use new congiuous import sorterTimothy Crosley2019-12-201-3/+5
* Fix linting errorsTimothy Crosley2019-12-193-22/+7
* Fix signatureTimothy Crosley2019-12-181-1/+1
* Remove refferences to first commment and top comment in parsing code, move to...Timothy Crosley2019-12-162-37/+16
* Start removal of comment start and end from parse and outputTimothy Crosley2019-12-152-11/+1
* FormattingTimothy Crosley2019-12-142-18/+13
* Clear import secitonTimothy Crosley2019-12-131-0/+1