Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make mypy configuration stricter and improve typing (#830) | Aarni Koskela | 2022-12-10 | 1 | -3/+5 |
* | Mypy as pre-commit check + api_jws typing (#787) | Julian Maurin | 2022-08-03 | 1 | -6/+7 |
* | Add type hints to jwt/help.py and add missing types dependency (#784) | Kevin Kirsche | 2022-08-01 | 1 | -5/+6 |
* | Replace various string interpolations with f-strings (#744) | Aarni Koskela | 2022-04-12 | 1 | -4/+4 |
* | Prefer ModuleNotFoundError over ImportError (#565) | Jon Dufresne | 2020-12-21 | 1 | -1/+1 |
* | Update typing syntax and usage for Python 3.6+ (#535) | Jon Dufresne | 2020-12-16 | 1 | -1/+1 |
* | Drop support for legacy contrib algorithms (#514) | José Padilla | 2020-08-24 | 1 | -5/+0 |
* | Run pyupgrade across project to use modern Python 3 conventions (#491) | Jon Dufresne | 2020-06-08 | 1 | -4/+2 |
* | DX Tweaks (#450) | José Padilla | 2019-10-21 | 1 | -2/+8 |
* | Fix mypy errors (#449) | José Padilla | 2019-10-20 | 1 | -4/+4 |
* | Add help module | José Padilla | 2018-05-19 | 1 | -0/+61 |