lint pipe fixes
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/lints Pipeline was successful

This commit is contained in:
2026-04-19 23:16:09 +03:00
parent fd5e6a5dcb
commit af17b5b3bf
9 changed files with 53 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ steps:
commands:
- pip install uv
- uv sync --no-dev --group tests
- uv run pytest
- uv run pytest --cov=app --cov-fail-under=70 --cov-report=term-missing