Skip to content

Commit c7a710d

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helm_values_manager/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ def init(
4848
@app.command("add-value-config")
4949
def add_value_config(
5050
path: str = typer.Option(..., "--path", "-p", help="Configuration path (e.g., 'app.replicas')"),
51-
description: str = typer.Option(
52-
"", "--description", "-d", help="Description of what this configuration does"
53-
),
51+
description: str = typer.Option("", "--description", "-d", help="Description of what this configuration does"),
5452
required: bool = typer.Option(False, "--required", "-r", help="Whether this configuration is required"),
5553
sensitive: bool = typer.Option(
5654
False,

0 commit comments

Comments
 (0)