mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
da2821ab36
* Esphomeapi * Updates * Remove MQTT from wizard * Add protobuf to requirements * Fix * API Client updates * Dump config on API connect * Old WiFi config migration * Home Assistant state import * Lint
27 lines
433 B
INI
27 lines
433 B
INI
[MASTER]
|
|
reports=no
|
|
ignore=api_pb2.py
|
|
|
|
disable=
|
|
missing-docstring,
|
|
fixme,
|
|
unused-argument,
|
|
global-statement,
|
|
too-few-public-methods,
|
|
too-many-locals,
|
|
too-many-ancestors,
|
|
too-many-branches,
|
|
too-many-statements,
|
|
too-many-arguments,
|
|
too-many-return-statements,
|
|
duplicate-code,
|
|
invalid-name,
|
|
cyclic-import,
|
|
redefined-builtin,
|
|
undefined-loop-variable,
|
|
|
|
|
|
additional-builtins=
|
|
unicode,
|
|
long,
|
|
raw_input
|