Skip to content

Commit 4b4e5ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8091ab2 commit 4b4e5ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/generate_docs.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ def generate_markdown_docs() -> str:
175175
docs.extend(generate_command_details(command))
176176

177177
# Add help section
178-
docs.append(
179-
"""
178+
docs.append("""
180179
## Using Help
181180
182181
Each command supports the `--help` flag for detailed information:
@@ -185,8 +184,7 @@ def generate_markdown_docs() -> str:
185184
helm values-manager --help
186185
helm values-manager <command> --help
187186
```
188-
"""
189-
)
187+
""")
190188

191189
return "".join(docs)
192190

0 commit comments

Comments
 (0)