Add type checking support with mypy

Added mypy and type stubs for external dependencies (requests, Pygments) to dev dependencies. Type checking now passes cleanly for makesite.py and monitor.py.
This commit is contained in:
Yax 2026-01-07 13:10:26 +01:00
parent 9853ed4327
commit 584904bbf9

View file

@ -16,4 +16,7 @@ dependencies = [
[dependency-groups]
dev = [
"black>=24.10.0",
"mypy>=1.19.1",
"types-pygments>=2.19.0.20251121",
"types-requests>=2.32.4.20260107",
]