소스 검색

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

Fu Hanxi 3 년 전
부모
커밋
51d70ea9ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .pylintrc

+ 1 - 0
.pylintrc

@@ -152,6 +152,7 @@ disable=print-statement,
         too-many-statements,
         ungrouped-imports,  # since we have isort in pre-commit
         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
 # either give multiple identifier separated by comma (,) or put this option