summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/