aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_review.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-2/+2
| | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions.
* fmt (black): *.pyBryan Newbold2021-11-021-20/+25
|
* python: isort everythingBryan Newbold2021-11-021-1/+2
|
* lint (flake8) top-level python filesBryan Newbold2020-07-011-2/+1
|
* improve argparse usageBryan Newbold2019-12-111-7/+9
| | | | | | | | | | | | | | Use --fatcat-api-url instead of (ambiguous) --host-url for commands that aren't deployed/running via systemd. TODO: update the other --host-url usage, and either roll-out change consistently or support the old arg as an alias during cut-over Use argparse.ArgumentDefaultsHelpFormatter (thanks Martin!) Add help messages for all sub-commands, both as documentation and as a way to get argparse to print available commands in a more readable format.
* fix bad review importBryan Newbold2019-04-061-1/+1
|
* basic dummy review botBryan Newbold2019-04-061-0/+60