mirror of
https://github.com/esphome/esphome.git
synced 2024-11-01 08:37:10 +01:00
056c72d50d
* Remove Python 2 support * Remove u-strings * Remove docker symlinks * Remove from travis * Update requirements * Upgrade flake8/pylint * Fixes * Manual * Run pyupgrade * Lint * Remove base_int * Fix * Update platformio_api.py * Update component.cpp
28 lines
526 B
INI
28 lines
526 B
INI
[MASTER]
|
|
reports=no
|
|
ignore=api_pb2.py
|
|
|
|
disable=
|
|
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,
|