Run `mypy` in CI?
Open
enhancement
- Dominant language
- Python
- Stars
- 211
- Forks
- 58
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 6
Description
Add to `.pre-commit-config.yaml` to enforce that:
```
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
hooks:
- id: mypy
files: "src"
```
Contributor guide
Assessment
This issue has not been assessed yet.