scholarr/tests/integration
Justin Visser bf04c77aa9 ci: add ruff linting and mypy type checking
Add ruff and mypy to dev dependencies with configuration in pyproject.toml.
Add a lint CI job that runs ruff check, ruff format --check, and mypy.
Auto-fix import sorting and formatting across the codebase. Exclude
alembic/versions from linting (auto-generated migrations). Ignore B008
(FastAPI Depends pattern) and RUF001 (unicode in user-facing strings).

21 ruff lint errors and 50 mypy errors remain for manual review.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 22:11:41 +01:00
..
__init__.py First product 2026-02-17 14:51:25 +01:00
helpers.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_api_v1.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_data_repair_jobs.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_db_integrity.py Big changes 2026-02-21 17:33:05 +01:00
test_deferred_enrichment.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_fixture_probe_runs.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_migrations.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_multi_user_schema.py Added run state front end support 2026-02-19 20:07:08 +01:00
test_run_lifecycle_consistency.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00