Commit 1002ee2
chore(dev): replace devcontainer with uv-based local setup (#148)
* chore(dev): replace devcontainer with uv-based local setup
Drop the devcontainer workflow in favor of uv-managed Python and Docker for third-party services, switch Redis to Valkey, and replace mypy with ty in tooling and VS Code recommendations.
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(dev): remove unused os import in wait_valkey.py
Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(quality): resolve ty warnings in CLI and database engine
Use TypeAdapter for AnyHttpUrl validation and async_sessionmaker for async SQLAlchemy sessions, then tighten ty rules now that diagnostics are clean.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2dfbd98 commit 1002ee2
23 files changed
Lines changed: 161 additions & 344 deletions
File tree
- .devcontainer
- .vscode
- bases/ecoindex/cli
- components/ecoindex/database
- projects/ecoindex_api
- scripts
- tasks
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 2 | | |
6 | 3 | | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments