Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -0/+1 |
| | |||||
* | Changed isort to force wrapping of imports to reduce merge conflicts from ↵ | Eric Lin | 2021-01-22 | 1 | -1/+5 |
| | | | | minor import changes. | ||||
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -2/+1 |
| | | | | | | | Also: - Added isort to Pipenv dev - Added setup.cfg to make it easy to run flake8, doc8, and isort directly from the command line without using invoke - Ran isort to sort includes | ||||
* | Fixed bug where a redefined ansi.style_error was not being used in all cmd2 ↵ | Kevin Van Brunt | 2019-11-27 | 1 | -2/+2 |
| | | | | files | ||||
* | Added capability to override the argument parser class used by cmd2 built-in ↵ | Kevin Van Brunt | 2019-11-19 | 1 | -0/+35 |
commands |