Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -2/+6 |
| | |||||
* | 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 | -1/+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 | ||||
* | Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ↵ | Todd Leonhardt | 2020-02-06 | 1 | -2/+2 |
| | | | | | | colors which style() can now optionally use This is to make it easier to autocomplete color names in an IDE | ||||
* | Renamed locals_in_py to self_in_py | Todd Leonhardt | 2020-01-27 | 1 | -1/+1 |
| | | | | This more accurately reflects what it controls | ||||
* | Improved documentation for Argument Parsing and Tab-Completion | Todd Leonhardt | 2019-11-03 | 1 | -0/+43 |
Also: - Added a couple examples |