Annotated all functions with mypy --strict-compatible types (-> None, dict[str, Any], Generator types, etc.), added # type: ignore for untyped third-party libs (lxml), and reformatted with black. All 18 source files now pass mypy --strict with zero errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_app.py | ||
| test_cache.py | ||
| test_eurostar_scraper.py | ||
| test_playwright_return_fares.py | ||
| test_rtt_scraper.py | ||
| test_trip_planner.py | ||