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
Research direction
Open .pre-commit-config.yaml and review the existing hooks before adding the proposed mypy hook for files under src. Run the pre-commit checks and confirm that mypy is invoked in CI without configuration errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100