summaryrefslogtreecommitdiff
path: root/jwt/help.py
Commit message (Expand)AuthorAgeFilesLines
* Make mypy configuration stricter and improve typing (#830)Aarni Koskela2022-12-101-3/+5
* Mypy as pre-commit check + api_jws typing (#787)Julian Maurin2022-08-031-6/+7
* Add type hints to jwt/help.py and add missing types dependency (#784)Kevin Kirsche2022-08-011-5/+6
* Replace various string interpolations with f-strings (#744)Aarni Koskela2022-04-121-4/+4
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-211-1/+1
* Update typing syntax and usage for Python 3.6+ (#535)Jon Dufresne2020-12-161-1/+1
* Drop support for legacy contrib algorithms (#514)José Padilla2020-08-241-5/+0
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-4/+2
* DX Tweaks (#450)José Padilla2019-10-211-2/+8
* Fix mypy errors (#449)José Padilla2019-10-201-4/+4
* Add help moduleJosé Padilla2018-05-191-0/+61