summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-24 13:06:43 +0000
committerLars Wirzenius <liw@liw.fi>2017-08-24 13:06:43 +0000
commitef1a1bf76c47378a6432f8b6fe85bce4c1d9c605 (patch)
treebd679947bcd1fa571c9093090defba84c9226f07 /pylint.conf
parentcc78f5c5e54f4b07e684f0df484625e97bdfdabf (diff)
downloadqvisqve-ef1a1bf76c47378a6432f8b6fe85bce4c1d9c605.tar.gz
Fix: handle lists of strings
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 11b329a..93a594a 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -10,6 +10,7 @@ disable=
no-self-use,
redefined-variable-type,
too-few-public-methods,
+ too-many-branches,
too-many-public-methods,
unidiomatic-typecheck,
unused-argument,