Add plugin option [hassfest] (#65024)

This commit is contained in:
Marc Mueller
2022-01-27 05:52:09 +01:00
committed by GitHub
parent 2325cacb04
commit f6c679699f
4 changed files with 34 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ NO_IMPLICIT_REEXPORT_MODULES: set[str] = {
HEADER: Final = """
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest
# To update, run python3 -m script.hassfest -p mypy_config
""".lstrip()