mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +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
|
# duplicate-code - unavoidable
|
||||||
# cyclic-import - doesn't test if both import on load
|
# cyclic-import - doesn't test if both import on load
|
||||||
# abstract-class-little-used - Prevents from setting right foundation
|
# abstract-class-little-used - Prevents from setting right foundation
|
||||||
|
# abstract-class-not-used - is flaky, should not show up but does
|
||||||
disable=
|
disable=
|
||||||
locally-disabled,
|
locally-disabled,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
cyclic-import,
|
cyclic-import,
|
||||||
abstract-class-little-used
|
abstract-class-little-used,
|
||||||
|
abstract-class-not-used
|
||||||
|
|
||||||
[EXCEPTIONS]
|
[EXCEPTIONS]
|
||||||
overgeneral-exceptions=Exception,HomeAssistantError
|
overgeneral-exceptions=Exception,HomeAssistantError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user