1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/pylintrc
2014-11-22 16:56:36 -08:00

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