Ver Fonte

pylint: re-enable no-self-use check

Fabian Peter Hammerle há 1 ano atrás
pai
commit
bd7a3c2b8d
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      .pylintrc

+ 4 - 0
.pylintrc

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