-
Notifications
You must be signed in to change notification settings - Fork 340
chore: Bump pylint
to v3.3.7 and astroid
to v3.3.10
#895
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
Conversation
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.
LGTM! Thanks!
@@ -194,64 +201,33 @@ property-classes=abc.abstractproperty | ||
# Regular expression matching correct function names | ||
function-rgx=[a-z_][a-z0-9_]*$ | ||
|
||
# Naming hint for function names | ||
function-name-hint=[a-z_][a-z0-9_]*$ |
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.
could we add a comment on why all these are being removed (for paper-trail purposes) :)
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.
Good point, Done!
.pylintrc
and removed deprecated configs:*-name-hint
- Removed in pylint v1.8. The values provided for*-rgx
is now used as the hint.optimize-ast
- Removed in pylint v1.7files-output
- Removed in pylint v1.7no-space-check
- Removed in pylint v2.6