summaryrefslogtreecommitdiff
path: root/tasks.py
Commit message (Expand)AuthorAgeFilesLines
* Use latest version of mypy and fix type hinting accordingly (#1239)Todd Leonhardt2022-07-141-0/+11
* Excluding more temporary directories from the manifest. Added plugins back in...Eric Lin2021-06-171-1/+1
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-9/+6
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-2/+4
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-061-2/+2
* Removed remaining usages and examples with tox. Updated references to tox to ...Eric Lin2020-08-041-22/+1
* updated importsEric Lin2020-08-041-10/+17
* Moved commandset tests into an isolated testEric Lin2020-08-041-2/+9
* Ran isortTodd Leonhardt2020-07-111-2/+2
* external test plugin tests and coverage should now runEric Lin2020-07-111-5/+6
* Copied cmd2 ext test into cmd2 baseline and linked up invokeEric Lin2020-07-111-15/+16
* Swap out tox for noxEric Lin2020-07-081-78/+187
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+1
* Fixed broken links in Sphinx docsTodd Leonhardt2020-01-261-2/+8
* Reduced complexity of complete()Kevin Van Brunt2019-07-171-1/+1
* Merge branch 'master' into docstructureTodd Leonhardt2019-07-061-1/+1
|\
| * Updated flake8 invoke task to exclude unecessary directories to prevent it ta...Todd Leonhardt2019-07-061-1/+1
* | Fix incorrect path in doc8 taskkotfu2019-07-061-1/+1
* | Add doc8 documentation style checkingkotfu2019-07-061-1/+7
|/
* Fixed flake errorsKevin Van Brunt2019-05-081-1/+1
* Added flake8 invoke task to make it easy for developers to run flake8 locally...Todd Leonhardt2018-12-061-0/+8
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Make name a required argument for the "invoke tag" commandTodd Leonhardt2018-10-141-1/+1
* Added regex to validatetag invoke task to check to make sure Git Tag appears ...Todd Leonhardt2018-08-271-2/+16
* Added a validatetag invoke task to check to make sure a Git tag exists for th...Todd Leonhardt2018-08-241-2/+9
* Added a tag invoke task for adding a Git tag and pushing it to originTodd Leonhardt2018-08-241-0/+9
* Removed non-working Module Index link from the main Sphinx docs pageTodd Leonhardt2018-07-311-1/+2
* "invoke clean" will now also cleanup mypy daemon artifactsTodd Leonhardt2018-06-251-2/+1
* Added invoke commands for running mypy and cleaning up after itTodd Leonhardt2018-06-101-0/+15
* Removed apparently dead code from argcomplete_bridge.pyTodd Leonhardt2018-06-091-1/+1
* Added minimum version of twine to dev tool requirements in setup.pyTodd Leonhardt2018-05-301-1/+6
* More updates for #408 and #399kotfu2018-05-281-25/+19
* Work begins on #408 and #399kotfu2018-05-281-0/+184