chore: run ty on tests/ and make the new ingest tests pass it

Stop excluding tests/ from the ty-check pre-commit hook so touched test files
are type-checked. Fix the new ingest tests under the now-active check:
- cast duck-typed JobContext / App test doubles to their declared types;
- narrow the gated Postgres fixture's str | None URL (pytest.skip isn't modelled
  as NoReturn by ty).

Pre-existing type issues in untouched test modules are unaffected (the hook
checks only changed files); they'll be cleaned as those files are next touched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-06-03 04:20:15 +02:00
co-authored by Claude Opus 4.8
parent 21b7922bac
commit 3407e3cf64
3 changed files with 6 additions and 4 deletions
-1
View File
@@ -22,5 +22,4 @@ repos:
name: ty-check
language: system
types: [python]
exclude: tests/.*
entry: uv run ty check