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:
parent
9853ed4327
commit
584904bbf9
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue