We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1190933 commit 40fb8f0Copy full SHA for 40fb8f0
.pylintrc
@@ -37,7 +37,8 @@ disable=unexpected-special-method-signature,
37
duplicate-code,
38
too-few-public-methods,
39
too-many-positional-arguments,
40
- invalid-name
+ invalid-name,
41
+ too-many-locals
42
43
# From https://stackoverflow.com/questions/53465607/pylint-reports-error-for-pycurl-curl-which-is-not-correct
44
extension-pkg-allow-list=pycurl
0 commit comments