This repository was archived by the owner on Apr 7, 2026. It is now read-only.
Commit b76b5d4
committed
fix: Fix import sorting in template files
- Fix import order in CLI template to comply with Ruff's isort rules
- Fix import formatting in test template files
- Ensure generated projects pass ruff check and format --check
- Remove extra blank lines that caused import sorting violations1 parent f6e3719 commit b76b5d4
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- {{cookiecutter.project_slug}}
- src/{{cookiecutter.project_slug.replace('-', '_')}}
- tests
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments