diff options
-rw-r--r-- | .pylintrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,5 +7,9 @@ score=no [MESSAGES CONTROL] disable=all enable= + assert-on-tuple, + dangerous-default-value, + deprecated-lambda, + compare-to-zero, len-as-condition, unreachable |