-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
STYLE enable pylint: method-cache-max-size-none #49751
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
Changes from 5 commits
aa1f4f1
d9df024
4a6ca39
db12dc1
87a2f18
c32e7c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,6 @@ disable = [ | |
"invalid-envvar-default", | ||
"invalid-overridden-method", | ||
"keyword-arg-before-vararg", | ||
"method-cache-max-size-none", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @MarcoGorelli have we been using pylint before releasing 1.5? Not sure if this change will cause a merge conflict if backported, and I don't think it's worth backporting pylint configurations to 1.5.x There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. agree about not backporting the configuration, I'd just backport the fix itself - I'd expect to get a merge conflict, I'll sort this out there |
||
"non-parent-init-called", | ||
"overridden-final-method", | ||
"pointless-statement", | ||
|
Uh oh!
There was an error while loading. Please reload this page.