jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5.08k stars 679 forks source link

Mypy as pre-commit check + api_jws typing #787

Closed JulianMaurin closed 2 years ago

JulianMaurin commented 2 years ago

Hello :wave:

This RP is intended to solve the issue https://github.com/jpadilla/pyjwt/issues/745.

Moving the mypy check responsibility from tox env to pre-commit to reduce the feedback loop. Moving config from setup.cfg to pyproject.toml to fit the new standard.

Thanks for the review :man_dancing: