-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add python 3.12 support #488
Conversation
63ba2da
to
e2cb748
Compare
@@ -267,6 +267,7 @@ def _verify_jwt_signature(token, jwt_issuer, decode_symmetric_token): | |||
raise jwt.InvalidTokenError(exc_info[2]) from token_error | |||
|
|||
|
|||
# pylint: disable=R0917 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this one still needed after updating pylintrc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add too-many-positional-arguments
in pylintrc_tweaks
disable section instead of within the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's squash the commits before merging the PR and remember to release new package version.
Description
For details, see tracking issue #481