paddington-eurostar/scraper
Edward Betts 13c4341f3a Add full type annotations and black formatting across all modules
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>
2026-05-25 21:48:53 +01:00
..
sample_responses Add GWR fare API sample responses for BRI, CDF, OXF, PLY 2026-04-07 14:28:11 +01:00
__init__.py Initial commit. 2026-03-30 19:34:46 +01:00
eurostar.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
gwr_fares.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00
realtime_trains.py Add full type annotations and black formatting across all modules 2026-05-25 21:48:53 +01:00