ci-mypy-fixes
Some checks failed
Deploy on push / deploy (push) Failing after 2m34s

This commit is contained in:
2025-08-12 18:23:53 +03:00
parent d6d88133bd
commit 5876995838
8 changed files with 76 additions and 61 deletions

View File

@@ -68,10 +68,8 @@ uv run pytest --cov=services,utils,orm,resolvers
```bash
# Run ruff linter
uv run ruff check .
# Run ruff formatter
uv run ruff format .
uv run ruff check . --select I
uv run ruff format --line-length=120
# Run mypy type checker
uv run mypy .