hass-core/pylintrc

13 lines
301 B
INI
Raw Normal View History

2014-10-09 22:48:22 -07:00
[MASTER]
ignore=external
2014-11-11 22:18:35 -08:00
reports=no
2014-10-09 22:48:22 -07:00
2014-11-11 22:18:35 -08:00
# 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
2014-10-09 22:48:22 -07:00
[EXCEPTIONS]
overgeneral-exceptions=Exception,HomeAssistantError