Skip to content

Commit

Permalink
style: ignore pylint too-many-instance-attributes error
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Jul 14, 2022
1 parent 46bac64 commit 51d70ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d70ea

Please sign in to comment.