summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Move over identifier, cast booleanTimothy Crosley2019-12-121-1/+3
| * Add missing import for TextIOTimothy Crosley2019-12-112-2/+1
| * Update cruftTimothy Crosley2019-12-111-1/+1
| * Parse imports at each sectionTimothy Crosley2019-12-101-7/+7
| * Move sort imports to APITimothy Crosley2019-12-092-83/+83
| * Update documentation for sort_importsTimothy Crosley2019-12-081-2/+10
| * Explicity specify no output typeTimothy Crosley2019-12-081-6/+2
| * Ignore comments when determining end of importsTimothy Crosley2019-12-071-1/+1
| * Attempt to deal with \ and ( \n \n ) continuouationsTimothy Crosley2019-12-061-0/+16
| * Only sort on sections that contain importsTimothy Crosley2019-12-051-1/+4
| * First semi-accurate import sectioniningTimothy Crosley2019-12-041-6/+11
| * Initial import section identificationTimothy Crosley2019-12-041-75/+45
| * Start moving line index usage out, relying instead on streaming through fileTimothy Crosley2019-11-211-8/+7
| * Remove nested comments from import block identifcation codeTimothy Crosley2019-11-201-37/+1
| * website -> homepageTimothy Crosley2019-11-181-1/+1
| * Add extra newline to differentiate sectionsTimothy Crosley2019-11-171-0/+1