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.
2 parents 0155051 + d8547f0 commit 9a2b237Copy full SHA for 9a2b237
1 file changed
pylintrc
@@ -72,7 +72,7 @@ disable=
72
parameter-unpacking,long-suffix,cmp-method,using-cmp-argument,
73
useless-suppression,import-error,
74
empty-docstring,missing-docstring,redefined-outer-name,redefined-builtin,
75
- attribute-defined-outside-init
+ attribute-defined-outside-init, no-else-return, len-as-condition
76
77
78
[REPORTS]
0 commit comments