summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-27 18:20:33 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-27 18:20:33 +0200
commit4c094a0d61f358ec6c7e62b64e73a0ec4bcea416 (patch)
treec583bac6093e5b2bf269ed141665dc6157c4aaa8 /pylint.conf
parentc99e766a5e89e01ffa888f0050382f27f93a9bab (diff)
downloadick2-4c094a0d61f358ec6c7e62b64e73a0ec4bcea416.tar.gz
Add: disable unused-variable for pylint
Diffstat (limited to 'pylint.conf')
-rw-r--r--pylint.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint.conf b/pylint.conf
index 1871f36..6b69a1a 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -8,7 +8,8 @@ disable=
no-self-use,
not-callable,
too-few-public-methods,
- unused-argument
+ unused-argument,
+ unused-variable
[REPORTS]
reports=no