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 docs | Kevin Van Brunt | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Breaking change: Removed cmd2 app as a required second parameter to | Eric Lin | 2020-08-12 | 1 | -12/+12 |
| | | | | | | CommandSet command functions (do_, complete_, help_). Renamed install_command_set and uninstall_command_set to register_command_set and unregister_command_set. | ||||
* | updated imports | Eric Lin | 2020-08-04 | 1 | -0/+86 |
Added additional documentation |