Skip to content

Commit 535e6a8

Browse files
fixed linting issues
1 parent 19e8b3c commit 535e6a8

3 files changed

Lines changed: 30 additions & 31 deletions

File tree

docs/HACKTOBERFEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Hacktoberfest is a good time to contribute to the Create Python App ecosystem, e
2727
## Before you start
2828

2929
- Read [CONTRIBUTING.md](../CONTRIBUTING.md) first so you know the local workflow and expected PR style.
30-
- Join the community Discord for quick questions and coordination: https://discord.gg/bR5VyATgka
30+
- Join the community Discord for quick questions and coordination: [Discord](https://discord.gg/bR5VyATgka)
3131
- If you are considering an assigned epic such as AI/ML catalog work, avoid duplicating it casually. Confirm the issue is still open and ask in Discord or on the issue thread before you start a parallel effort.
3232

3333
## Suggested first tasks

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

uv.lock

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)