mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Work around a bug in pylint
This commit is contained in:
parent
490543093d
commit
635876c94d
4
pylintrc
4
pylintrc
@ -7,11 +7,13 @@ reports=no
|
||||
# duplicate-code - unavoidable
|
||||
# cyclic-import - doesn't test if both import on load
|
||||
# abstract-class-little-used - Prevents from setting right foundation
|
||||
# abstract-class-not-used - is flaky, should not show up but does
|
||||
disable=
|
||||
locally-disabled,
|
||||
duplicate-code,
|
||||
cyclic-import,
|
||||
abstract-class-little-used
|
||||
abstract-class-little-used,
|
||||
abstract-class-not-used
|
||||
|
||||
[EXCEPTIONS]
|
||||
overgeneral-exceptions=Exception,HomeAssistantError
|
||||
|
Loading…
x
Reference in New Issue
Block a user