mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Adjust docstring on hassfest generated files (#89080)
This commit is contained in:
parent
4a3c0cd0a8
commit
699cc6c092
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.countries
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.currencies
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.languages [frontend_tag]
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""This file is automatically generated.
|
||||
"""Automatically generated file.
|
||||
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
@ -65,7 +65,7 @@ def format_python(
|
||||
) -> str:
|
||||
"""Format Python code with Black. Optionally prepend a generator comment."""
|
||||
if generator:
|
||||
content = f"""\"\"\"This file is automatically generated.
|
||||
content = f"""\"\"\"Automatically generated file.
|
||||
|
||||
To update, run python3 -m {generator}
|
||||
\"\"\"
|
||||
|
Loading…
x
Reference in New Issue
Block a user