Fix CI: install types-toml for mypy type checking
All checks were successful
CI / test (push) Successful in 10s
CI / lint (push) Successful in 5s
CI / type-check (push) Successful in 9s

This commit is contained in:
2026-02-04 15:12:21 +00:00
parent 362a980510
commit 935b5e5039

View File

@@ -47,8 +47,8 @@ jobs:
with:
python-version: '3.11'
- name: Install type checker
run: pip install mypy>=1.0.0
- name: Install type checker and stubs
run: pip install mypy>=1.0.0 types-toml
- name: Run mypy type checker
run: mypy src/depcheck/ --ignore-missing-imports