hass-core/pylintrc
2014-11-11 22:18:35 -08:00

12 lines
301 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
disable=locally-disabled,duplicate-code,cyclic-import
[EXCEPTIONS]
overgeneral-exceptions=Exception,HomeAssistantError