Browse Source

pylint: re-enable no-self-use check

Fabian Peter Hammerle 1 year ago
parent
commit
bd7a3c2b8d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .pylintrc

+ 4 - 0
.pylintrc

@@ -1,3 +1,7 @@
+[MASTER]
+
+load-plugins=pylint.extensions.no_self_use
+
 [MESSAGES CONTROL]
 
 disable=missing-docstring