style(pylint): exclude checkers "too many nested_blocks/branches/statements"

pull/6718/head
Fu Hanxi 2021-02-09 12:31:55 +08:00
rodzic b24b06d16c
commit 4d3c2e284e
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -147,6 +147,9 @@ disable=print-statement,
too-few-public-methods,
too-many-locals,
bad-super-call, # since we still haven't drop python2 support
too-many-nested-blocks,
too-many-branches,
too-many-statements,
# 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