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 43750b5..25f7976 100644
--- a/pylint.conf
+++ b/pylint.conf
@@ -5,6 +5,7 @@ persistent=no
disable=
invalid-name,
missing-docstring,
+ no-self-use,
unused-argument
[REPORTS]