diff --git a/pylintrc b/pylintrc index 0d4ce311855338872e63cd35c79cb43ed2ddd41a..af958e4af4597d26aabbbd6b7c6e52de55742bd9 100644 --- a/pylintrc +++ b/pylintrc @@ -35,10 +35,11 @@ load-plugins= # it should appear only once). disable= # Never going to use these +# I0011: Locally disabling W0232 # C0301: Line too long # W0141: Used builtin function 'map' # W0142: Used * or ** magic - C0301,W0141,W0142, + I0011,C0301,W0141,W0142, # Might use these when the code is in better shape # C0302: Too many lines in module