mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
pylint: disable more checkers
- too-few-public-methods - too-many-locals - bad-super-call
This commit is contained in:
parent
e2e05fd91c
commit
cccf3a9b3b
@ -144,6 +144,9 @@ disable=print-statement,
|
|||||||
missing-module-docstring,
|
missing-module-docstring,
|
||||||
wrong-import-order,
|
wrong-import-order,
|
||||||
invalid-name,
|
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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user