Adjust docstring on hassfest generated files (#89080)
This commit is contained in:
parent
4a3c0cd0a8
commit
699cc6c092
12 changed files with 12 additions and 12 deletions
|
@ -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…
Add table
Reference in a new issue