mirror of
https://github.com/esphome/esphome.git
synced 2024-10-31 08:25:53 +01:00
69879920eb
* Add black Update pre commit Update pre commit add empty line * Format with black
32 lines
604 B
INI
32 lines
604 B
INI
[MASTER]
|
|
reports=no
|
|
ignore=api_pb2.py
|
|
|
|
disable=
|
|
format,
|
|
missing-docstring,
|
|
fixme,
|
|
unused-argument,
|
|
global-statement,
|
|
too-few-public-methods,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-ancestors,
|
|
too-many-branches,
|
|
too-many-statements,
|
|
too-many-arguments,
|
|
too-many-return-statements,
|
|
too-many-instance-attributes,
|
|
duplicate-code,
|
|
invalid-name,
|
|
cyclic-import,
|
|
redefined-builtin,
|
|
undefined-loop-variable,
|
|
useless-object-inheritance,
|
|
stop-iteration-return,
|
|
no-self-use,
|
|
import-outside-toplevel,
|
|
# Broken
|
|
unsupported-membership-test,
|
|
unsubscriptable-object,
|