summaryrefslogtreecommitdiff
path: root/jwt/help.py
Commit message (Collapse)AuthorAgeFilesLines
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-4/+2
| | | | | | | | pyupgrade is a tool to automatically upgrade Python syntax for newer versions of the language. Running pyupgrade removes several Python-2-isms that are no longer necessary now that the project is Python 3 only. https://github.com/asottile/pyupgrade
* DX Tweaks (#450)José Padilla2019-10-211-2/+8
| | | | | | | | | | * Setup pre-commit hooks * Run initial `tox -e lint` * Fix package name * Fix .travis.yml
* Fix mypy errors (#449)José Padilla2019-10-201-4/+4
|
* Add help moduleJosé Padilla2018-05-191-0/+61