Procházet zdrojové kódy

pylint: disable more checkers

- too-few-public-methods

- too-many-locals

- bad-super-call
Fu Hanxi před 5 roky
rodič
revize
cccf3a9b3b
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      .pylintrc

+ 3 - 0
.pylintrc

@@ -144,6 +144,9 @@ disable=print-statement,
         missing-module-docstring,
         wrong-import-order,
         invalid-name,
+        too-few-public-methods,
+        too-many-locals,
+        bad-super-call,  # since we still haven't drop python2 support
 
 # Enable the message, report, category or checker with the given id(s). You can
 # either give multiple identifier separated by comma (,) or put this option