jpadilla / pyjwt

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

Update pre-commit hooks to lint pyproject.toml #1002

Closed cleder closed 1 month ago

cleder commented 1 month ago

Include checkers and linters for the pyproject.toml and yaml configuration files

Follow up to #995 to ensure PEP-517/PEP-518 conformance

cleder commented 1 month ago

I am not sure why changelog-enforcer reports Missing Update Error Message: No update to CHANGELOG.rst found! The regex ^`(v\d?\.\d?\.\d|Unreleased) <\S+>`__$ does match the pattern in the changelog. Maybe this needs some further fine-tuning, but for now it is green