summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove accidentally checked in filesfeature/refactor-wrappping-logicTimothy Crosley2019-10-254-166/+0
* Attempt to move wrapping code to new wrap moduleTimothy Crosley2019-10-256-132/+338
* Update file contents to produce a ParsedContent typed NamedTuple instead of a...Timothy Crosley2019-10-241-36/+36
* Avoid single character names where not painfully obviousTimothy Crosley2019-10-241-9/+9
* Remove Python3.5 specific checks in pipelineTimothy Crosley2019-10-242-12/+3
* Don't ignore missing importsTimothy Crosley2019-10-241-1/+0
* Bump required version to 3.6 in readmeTimothy Crosley2019-10-241-1/+1
* Switch to Python3.6+ onlyTimothy Crosley2019-10-2410-61/+50
* Separate wrap modes into there own moduleTimothy Crosley2019-10-242-0/+287
* Separate wrap modes into there own moduleTimothy Crosley2019-10-243-316/+16
* Move everything out of calling requirements for parsing beyond config definitionTimothy Crosley2019-10-233-20/+17
* Add test case for infer_line_separatorTimothy Crosley2019-10-222-3/+4
* Clean up parser further; pushing all parse specific code to parse moduleTimothy Crosley2019-10-224-47/+27
* Merge pull request #1044 from timothycrosley/feature/parse-refactoringTimothy Edmund Crosley2019-10-214-397/+531
|\
| * Merge in latest from developTimothy Crosley2019-10-214-17/+26
| |\ | |/ |/|
* | Add hypothesis dir to git ignoreTimothy Crosley2019-10-191-0/+1
* | Ensure tests auto tests don't run on Python3.5Timothy Crosley2019-10-183-17/+20
* | skip hypothesis auto tests on Python3.5Timothy Crosley2019-10-172-0/+4
| * Add test cases for parse modueTimothy Crosley2019-10-211-0/+46
| * Ignore hypothesis outputTimothy Crosley2019-10-211-0/+1
| * Passing tests!Timothy Crosley2019-10-214-11/+10
| * First working implementationTimothy Crosley2019-10-213-117/+98
| * Get rid of all self references within file contents parsing, replacing with f...feature/parse-refactoringTimothy Crosley2019-10-201-123/+213
| * Start move of isort parsing logic into separate moduleTimothy Crosley2019-10-192-313/+329
|/
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-10-172-1/+2
|\
| * Merge pull request #1040 from hugovk/add-3.8Timothy Edmund Crosley2019-10-162-1/+2
| |\
| | * Test on Python 3.8 finalhugovk2019-10-151-1/+1
| | * Declare support for Python 3.8hugovk2019-10-151-0/+1
| |/
* | Move out formatters to separately testable moduleTimothy Crosley2019-10-166-261/+426
|/
* Auto formattingTimothy Crosley2019-10-153-3/+5
* Add logoTimothy Crosley2019-10-154-29/+37
* Fix deploy keyTimothy Crosley2019-10-141-1/+1
* Fix deploy environment variable conditionTimothy Crosley2019-10-141-1/+1
* Merge pull request #1036 from timothycrosley/feature/update-cruft-templateTimothy Edmund Crosley2019-10-146-9/+23
|\
| * Fix formattingTimothy Crosley2019-10-141-0/+1
| * Fix version checkTimothy Crosley2019-10-141-1/+1
| * Attempt version check compatability with mac shellTimothy Crosley2019-10-141-3/+2
| * Skip 3.6+ linters on 3.5Timothy Crosley2019-10-131-3/+12
| * Update to latest templateTimothy Crosley2019-10-133-2/+3
| * Update to latest cruft templateTimothy Crosley2019-10-135-5/+9
|/
* Fix python3.6+ dependency managementTimothy Crosley2019-10-131-5/+5
* Add examples and hypothesis-auto requriementsTimothy Crosley2019-10-131-0/+2
* Switch to poetry run cruft checkTimothy Crosley2019-10-132-2/+1
* Update to latest cruft templateTimothy Crosley2019-10-134-4/+7
* Update setup.cfg to ensure it doesn't repeat options set in scripts, points t...Timothy Crosley2019-10-131-15/+1
* Link to cruft project templateTimothy Crosley2019-10-131-0/+15
* Move tests into tests subdirectoryTimothy Crosley2019-10-136-71/+163
* Remove no longer needed .env fileTimothy Crosley2019-10-131-111/+0
* Add portray documentationTimothy Crosley2019-10-132-0/+8
* Switch to portray compatible doc setup / MD usage exclusivelyTimothy Crosley2019-10-127-676/+893