mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-14 10:45:13 +01:00
18 lines
333 B
INI
18 lines
333 B
INI
[MASTER]
|
|
reports=no
|
|
ignore=api_pb2.py,api_options_pb2.py
|
|
|
|
disable=
|
|
missing-docstring,
|
|
too-few-public-methods,
|
|
too-many-instance-attributes,
|
|
wildcard-import,
|
|
invalid-name,
|
|
too-many-arguments,
|
|
line-too-long,
|
|
protected-access,
|
|
unused-wildcard-import,
|
|
import-outside-toplevel,
|
|
raise-missing-from,
|
|
duplicate-code,
|