diff options
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,11 +36,13 @@ disable= dangerous-default-value, deprecated-lambda, expression-not-assigned, + fixme, global-statement, literal-comparison, no-init, non-parent-init-called, not-callable, + protected-access, redefined-builtin, redefined-outer-name, signature-differs, @@ -57,6 +59,7 @@ disable= invalid-name, len-as-condition, misplaced-comparison-constant, + missing-docstring, singleton-comparison, superfluous-parens, ungrouped-imports, @@ -67,6 +70,7 @@ disable= consider-merging-isinstance, consider-using-ternary, duplicate-code, + inconsistent-return-statements, interface-not-implemented, no-else-return, no-self-use, |