Fix CI: install types-toml for mypy type checking
This commit is contained in:
@@ -47,8 +47,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
- name: Install type checker
|
- name: Install type checker and stubs
|
||||||
run: pip install mypy>=1.0.0
|
run: pip install mypy>=1.0.0 types-toml
|
||||||
|
|
||||||
- name: Run mypy type checker
|
- name: Run mypy type checker
|
||||||
run: mypy src/depcheck/ --ignore-missing-imports
|
run: mypy src/depcheck/ --ignore-missing-imports
|
||||||
|
|||||||
Reference in New Issue
Block a user