summaryrefslogtreecommitdiff
path: root/pylint.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-03-30 12:26:16 +0300
committerLars Wirzenius <liw@liw.fi>2018-03-30 12:26:16 +0300
commit4ba238086d22d3667c605d6e753e5809bc577910 (patch)
tree9e43592b483997d167862609e8bedab2cfa5b254 /pylint.conf
parent553636798b8f71154f90a130456d1aabae28c441 (diff)
downloadick2-4ba238086d22d3667c605d6e753e5809bc577910.tar.gz
Change: stop pylint from complaining about arguments differing
They don't seem to differ. No idea what's going on.
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 a88798e..8ac3b99 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -3,6 +3,7 @@ persistent=no
[MESSAGES CONTROL]
disable=
+ arguments-differ,
inconsistent-return-statements,
invalid-name,
missing-docstring,