summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pylint.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index 4da28ea..cd6769c 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -8,6 +8,7 @@ disable=
blacklisted-name,
cyclic-import,
invalid-name,
+ locally-disabled,
missing-docstring,
no-self-use,
protected-access,