18 lines
388 B
INI
18 lines
388 B
INI
[MASTER]
|
|
ignore=external
|
|
reports=no
|
|
|
|
# Reasons disabled:
|
|
# locally-disabled - it spams too much
|
|
# duplicate-code - unavoidable
|
|
# cyclic-import - doesn't test if both import on load
|
|
# file-ignored - we ignore a file to work around a pylint bug
|
|
disable=
|
|
locally-disabled,
|
|
duplicate-code,
|
|
cyclic-import,
|
|
file-ignored
|
|
|
|
[EXCEPTIONS]
|
|
overgeneral-exceptions=Exception,HomeAssistantError
|