aboutsummaryrefslogtreecommitdiffstats
path: root/pylint.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.cfg')
-rw-r--r--pylint.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint.cfg b/pylint.cfg
index d2ea931e6f..82c19ae5f9 100644
--- a/pylint.cfg
+++ b/pylint.cfg
@@ -38,7 +38,7 @@ load-plugins=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
-disable=redefined-variable-type
+disable=redefined-variable-type, locally-disabled
[REPORTS]