This commit is contained in:
lda
2026-06-06 18:37:05 +07:00 Verified
parent 5df1e27928
commit 639d1d1a20
8 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ more later
```bash
uv run /* --env-file .env */ pytest -q
(uvx / uv run) ruff check / format
uv run ruff check; uv run ruff format
uv run basedpyright --level error # error to cut spam
# maybe uvx ty
```