summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up AST handlersfeature/add-ast-supportTimothy Crosley2019-10-171-378/+5
* Initial VERY abstract syntax tree (taken form jiphy needs cleanup)Timothy Crosley2019-10-154-2/+769
* Add initial VAST parserTimothy Crosley2019-10-152-0/+118
* 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
* Remove no longer needed requirements fileTimothy Crosley2019-10-121-8/+0
* Merge pull request #1035 from timothycrosley/feature/add-poetryTimothy Edmund Crosley2019-10-1223-1174/+421
|\
| * Simplify app veyorTimothy Crosley2019-10-121-10/+0
| * Fix appveyor test scriptTimothy Crosley2019-10-121-1/+1
| * Fix pytest run on AppVeyorTimothy Crosley2019-10-121-1/+1
| * Fix conda integration detection of stdlibTimothy Crosley2019-10-123-2/+4
| * Fix tomlkit requirementfeature/add-poetryTimothy Crosley2019-10-121-2/+3
| * Point coverage to correct test locationTimothy Crosley2019-10-121-1/+1
| * Point coverage to correct test locationTimothy Crosley2019-10-121-20/+2
| * Add pip-api requirement for testing / developmentTimothy Crosley2019-10-121-1/+1
| * Simplified windows testingTimothy Crosley2019-10-121-10/+1
| * Update appveyor to not use toxTimothy Crosley2019-10-121-2/+3
| * Remove tox usage, switch to simpler script based approachTimothy Crosley2019-10-122-82/+18
| * Add pyproject.toml and remove setup.pyTimothy Crosley2019-10-122-48/+74
| * Ignore poetry lock fileTimothy Crosley2019-10-121-0/+1
| * Update to new 100 line length limit. Re-run blackTimothy Crosley2019-10-1212-1003/+300
| * Fix black call against test moduleTimothy Crosley2019-10-121-1/+1
| * Update tox.ini to run isort and black with appropriate line lengthTimothy Crosley2019-10-121-2/+2
| * Switch editor config to 100 character per line limitTimothy Crosley2019-10-121-1/+1
| * Ignore black / flake8 differencesTimothy Crosley2019-10-121-1/+1
| * Make new scripts executableTimothy Crosley2019-10-114-0/+0
| * Add new scripts to eventually replace .envTimothy Crosley2019-10-114-0/+20
|/
* test -> run_testsTimothy Crosley2019-10-101-1/+1
* Merge pull request #1032 from timothycrosley/feature/add-isort-single-charact...Timothy Edmund Crosley2019-10-102-1/+10
|\
| * Add comment mentioning relevant ticket at line upercasing letterTimothy Crosley2019-10-101-1/+1
| * Add test case for single letter capatalized nameTimothy Crosley2019-10-101-0/+9
|/
* Merge branch 'develop' of https://github.com/timothycrosley/isort into developTimothy Crosley2019-10-092-3/+25
|\
| * Merge pull request #1031 from srittau/encodingTimothy Edmund Crosley2019-10-092-3/+25
| |\