Add more to no implicit reexport modules (#71947)
This commit is contained in:
parent
81259f4eef
commit
c7b4aca998
2 changed files with 10 additions and 0 deletions
|
@ -199,8 +199,11 @@ IGNORED_MODULES: Final[list[str]] = [
|
|||
# Component modules which should set no_implicit_reexport = true.
|
||||
NO_IMPLICIT_REEXPORT_MODULES: set[str] = {
|
||||
"homeassistant.components",
|
||||
"homeassistant.components.application_credentials.*",
|
||||
"homeassistant.components.diagnostics.*",
|
||||
"homeassistant.components.spotify.*",
|
||||
"homeassistant.components.stream.*",
|
||||
"homeassistant.components.update.*",
|
||||
}
|
||||
|
||||
HEADER: Final = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue