Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typing: first batch of python bulk type annotations | Bryan Newbold | 2021-11-03 | 1 | -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): *.py | Bryan Newbold | 2021-11-02 | 1 | -20/+25 |
| | |||||
* | python: isort everything | Bryan Newbold | 2021-11-02 | 1 | -1/+2 |
| | |||||
* | lint (flake8) top-level python files | Bryan Newbold | 2020-07-01 | 1 | -2/+1 |
| | |||||
* | improve argparse usage | Bryan Newbold | 2019-12-11 | 1 | -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 import | Bryan Newbold | 2019-04-06 | 1 | -1/+1 |
| | |||||
* | basic dummy review bot | Bryan Newbold | 2019-04-06 | 1 | -0/+60 |