summaryrefslogtreecommitdiffstats
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index cda638456..3a55a9efd 100644
--- a/pylintrc
+++ b/pylintrc
@@ -12,7 +12,7 @@ persistent=yes
[MESSAGES CONTROL]
# Currently only interessted in warnings and errors
-disable=C,I,R,W0102,W0106,W0142,W0312,W0403,W0611,W0613,W0614,W0702,W0703
+disable=C,I,R,W0102,W0106,W0142,W0201,W0232,W0312,W0403,W0613,W0614,W0702,W0703
[REPORTS]