Skip to content

Commit e3e565e

Browse files
style: fix ruff formatting in README code block
Remove alignment spaces in inline comments flagged by ruff format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9d379a7 commit e3e565e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/create-python-app-core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ from create_python_app_core import resolve_source, get_template_dir_path
7575
source = resolve_source(
7676
"https://github.com/Create-Python-App/cpa-templates?ref=main&subdir=fastapi"
7777
)
78-
print(source.kind) # github
79-
print(source.ref) # main
80-
print(source.subdir) # fastapi
78+
print(source.kind) # github
79+
print(source.ref) # main
80+
print(source.subdir) # fastapi
8181
```
8282

8383
### Download a repository into the cache

0 commit comments

Comments
 (0)