diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a810af6ae..71a032ba11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,14 +47,14 @@ repos: - id: local-mypy name: mypy check - entry: uv run mypy backend/app + entry: uv run mypy --config-file backend/pyproject.toml backend/app require_serial: true language: unsupported pass_filenames: false - id: local-ty name: ty check - entry: uv run ty check backend/app + entry: uv run ty check --project backend backend/app require_serial: true language: unsupported pass_filenames: false