Merge branch 'pylint/disable_too_few_public_methods' into 'master'

pylint: disable more checkers

See merge request espressif/esp-idf!11469
pull/6365/head
Angus Gratton 2020-12-14 15:15:07 +08:00
commit 446c84ada8
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -144,6 +144,9 @@ disable=print-statement,
missing-module-docstring,
wrong-import-order,
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
# either give multiple identifier separated by comma (,) or put this option