Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds pre-commit config to run various lintersci_improvements | xNinjaKittyx | 2020-12-15 | 1 | -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 category | Kevin Van Brunt | 2020-01-06 | 1 | -6/+20 |
| | |||||
* | Added a basic example for dynamically adding do_* commands in a loop | Todd Leonhardt | 2019-09-15 | 1 | -0/+31 |