Explorar el Código

style: ignore pylint too-many-instance-attributes error

Fu Hanxi hace 3 años
padre
commit
51d70ea9ee
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .pylintrc

+ 1 - 0
.pylintrc

@@ -152,6 +152,7 @@ disable=print-statement,
         too-many-statements,
         too-many-statements,
         ungrouped-imports,  # since we have isort in pre-commit
         ungrouped-imports,  # since we have isort in pre-commit
         no-name-in-module,  # since we have flake8 to check this
         no-name-in-module,  # since we have flake8 to check this
+        too-many-instance-attributes,
 
 
 # Enable the message, report, category or checker with the given id(s). You can
 # 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
 # either give multiple identifier separated by comma (,) or put this option