Add more to no implicit reexport modules (#71947)

This commit is contained in:
Franck Nijhof 2022-05-17 15:29:22 +02:00 committed by GitHub
parent 81259f4eef
commit c7b4aca998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -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 = """