Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style changes from running black on Python 3.9 | Kevin Van Brunt | 2021-04-27 | 1 | -1/+1 |
* | No longer using -1 as an exit codeexit_code | Kevin Van Brunt | 2021-03-23 | 1 | -1/+1 |
* | Add in isort changes | Todd Leonhardt | 2021-01-31 | 1 | -1/+3 |
* | Attempt to fix remaining black failures | Todd Leonhardt | 2021-01-31 | 1 | -4/+3 |
* | Add black for automatic code format | Todd Leonhardt | 2021-01-31 | 1 | -3/+2 |
* | Changed isort to force wrapping of imports to reduce merge conflicts from min... | Eric Lin | 2021-01-22 | 1 | -1/+3 |
* | Added info on semantic versioning and branching strategy to CONTRIBUTING.md | Todd Leonhardt | 2020-04-24 | 1 | -1/+2 |
* | Refactor exit_code implementation | Todd Leonhardt | 2019-05-20 | 1 | -9/+5 |
* | Added a couple unit tests of the exit code feature | Todd Leonhardt | 2018-08-23 | 1 | -4/+2 |
* | Added way of returning a non-zero exit code to the shell | Todd Leonhardt | 2018-08-23 | 1 | -0/+45 |