summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #1065, multiple noqa commentsfeature/fix-issue-1065Timothy Crosley2020-01-053-6/+40
* Add missing test casesTimothy Crosley2020-01-051-0/+26
* Bump version in preperation for 5.0.0 releaseTimothy Crosley2020-01-052-2/+2
* Merge pull request #1078 from timothycrosley/feature/fix-issue-252Timothy Edmund Crosley2020-01-056-25/+454
|\
| * Add test for cimport sorting supportfeature/fix-issue-252Timothy Crosley2020-01-052-1/+360
| * Initially working cimport supportTimothy Crosley2020-01-057-15/+49
| * 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-043-2/+3
| |\ | |/ |/|
* | Merge pull request #1077 from StephenBrown2/update_black_profileTimothy Edmund Crosley2020-01-033-2/+3
|\ \
| * | Update cruftStephen Brown II2020-01-022-2/+2
| * | Add ensure_newline_before_comments to black profileStephen Brown II2020-01-021-0/+1
|/ /
| * FormattingTimothy Crosley2020-01-034-4/+0
| * 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-292-1/+26
* Merge pull request #1074 from timothycrosley/feature/isort-skip-supportTimothy Edmund Crosley2019-12-284-18/+64
|\
| * Add isort: split action with test casefeature/isort-skip-supportTimothy Crosley2019-12-282-0/+15
| * Add support for isort on and off as well as moving toward isort: comment stan...Timothy Crosley2019-12-284-23/+41
| * Add test for isort off commentTimothy Crosley2019-12-271-0/+13
|/
* Merge pull request #1073 from timothycrosley/feature/nested-import-supportTimothy Edmund Crosley2019-12-265-9/+61
|\
| * Black formattingpTimothy Crosley2019-12-264-3/+12
| * Merge branch 'develop' of https://github.com/timothycrosley/isort into featur...Timothy Crosley2019-12-262-5/+3
| |\ | |/ |/|
* | Fix CLI running test caseTimothy Crosley2019-12-251-3/+2
* | Fix example to match new behaviourTimothy Crosley2019-12-241-2/+1
* | Merge pull request #1072 from timothycrosley/feature/contiguous-import-sortingTimothy Edmund Crosley2019-12-249-111/+202
|\ \
| | * Add support for nested import sectionsfeature/contiguous-import-sortingTimothy Crosley2019-12-262-10/+53
| |/
| * Skip tests temporarily to streamline mergeTimothy Crosley2019-12-241-0/+2
| * 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-232-14/+10
| * Fix section comment handlingTimothy Crosley2019-12-232-6/+4
| * Fix first comment identificationTimothy Crosley2019-12-231-1/+1
| * Fix signature of test caseTimothy Crosley2019-12-231-2/+0
| * 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
| * Update test to match new behaviour that allows multiple import sectionsTimothy Crosley2019-12-221-2/+1
| * 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
| * Take extension in sort_imports endpointsTimothy Crosley2019-12-121-1/+1