summaryrefslogtreecommitdiff
path: root/examples/unicode_commands.py
Commit message (Collapse)AuthorAgeFilesLines
* Adds pre-commit config to run various lintersci_improvementsxNinjaKittyx2020-12-151-1/+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.
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-0/+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
* Fix flake8 error due to extra blank line in exampleTodd Leonhardt2019-07-231-1/+0
|
* Fixed bad practice of using print() and replaced with self.poutput()Todd Leonhardt2019-07-231-5/+5
|
* Added another command to the unicode command name exampleTodd Leonhardt2019-07-231-0/+4
|
* Added an example with a unicode command name just to prove to myself that ↵Todd Leonhardt2019-07-231-0/+24
those work ;-)