python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

Use a mypy pre-commit hook which would fix the mypy version

Open hombit opened this issue 5 months ago • 0 comments

I’m having a hard time running the pre-commit mypy hook locally, which can produce results that differ from what I see in CI. I propose using fixed mypy versions so that local and CI runs are consistent.

This hook looks relevant https://github.com/pre-commit/mirrors-mypy

hombit avatar Sep 04 '25 19:09 hombit