mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Improve formatting in core files (#135256)
* Adjust core files formatting * Adjust translations script
This commit is contained in:
@@ -231,8 +231,7 @@ def validate(integrations: dict[str, Integration], config: Config) -> None:
|
||||
if integrations_path.read_text() != content + "\n":
|
||||
config.add_error(
|
||||
"config_flow",
|
||||
"File integrations.json is not up to date. "
|
||||
"Run python3 -m script.hassfest",
|
||||
"File integrations.json is not up to date. Run python3 -m script.hassfest",
|
||||
fixable=True,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user