mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
style: ignore pylint too-many-instance-attributes error
This commit is contained in:
parent
46bac6427a
commit
51d70ea9ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user