summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint.conf b/pylint.conf
index b36b2aa..09b034d 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -6,6 +6,7 @@ disable=
attribute-defined-outside-init,
bad-builtin,
blacklisted-name,
+ cell-var-from-loop,
cyclic-import,
invalid-name,
missing-docstring,