aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* makefile: typo in a commentBryan Newbold2021-11-241-1/+1
|
* update lint/fmt/test tools and configurationBryan Newbold2021-10-271-7/+6
| | | | | | | yapf => black isort config mypy configuration flake8 configuration
* make: don't ignore-missing-imports for mypyBryan Newbold2021-10-271-1/+1
| | | | This repo has no dependencies, so not needed
* make: fix test imports with fmtBryan Newbold2021-10-221-1/+1
|
* bunch of lint and fmt cleanupsBryan Newbold2021-10-221-5/+7
|
* add examples to README, and test those examples in CIBryan Newbold2021-10-211-5/+8
| | | | | These tests don't run as part of 'make test' by default because they do live fetches against the internet.
* basic makefile and gitlab-ci fileBryan Newbold2021-10-211-0/+33