summaryrefslogtreecommitdiff
path: root/examples/dynamic_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds pre-commit config to run various lintersci_improvementsxNinjaKittyx2020-12-151-0/+1
| | | | | | | This ads black, isort, pyupgrade, and flake8 to pre-commit-config.yaml There are also some small changes to travis.yml and tasks.py to reduce some repeated configurations that should be consolidated into setup.cfg. Most other changes are automated by the linter scripts.
* Updated dynamic commands example to add help categoryKevin Van Brunt2020-01-061-6/+20
|
* Added a basic example for dynamically adding do_* commands in a loopTodd Leonhardt2019-09-151-0/+31