Skip to content

Commit 038638a

Browse files
JonZeollaclaude
andcommitted
fix(template): fix ruff format issue in main.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8ed999c commit 038638a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • {{cookiecutter.project_name|replace(" ", "")}}/src

{{cookiecutter.project_name|replace(" ", "")}}/src/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ def main():
1414
prog="{{ cookiecutter.project_slug }}",
1515
description="{{ cookiecutter.project_short_description | replace('"', '\\"') | replace("'", "\\\\'") }}",
1616
)
17-
parser.add_argument(
18-
"--version", action="version", version=__version__
19-
)
17+
parser.add_argument("--version", action="version", version=__version__)
2018
parser.parse_args()
2119

2220
log = config.setup_logging()

0 commit comments

Comments
 (0)