pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.36k stars 1.15k forks source link

Enable mypy on CI #4257

Closed Avasam closed 3 months ago

Avasam commented 3 months ago

Summary of changes

Follow-up to #3979. Extracted from #4192. Enables mypy type-checking in the CI.

Example failure: https://github.com/pypa/setuptools/actions/runs/8158516102/job/22300634747?pr=4257#step:9:69

Pull Request Checklist

[PR docs]: https://setuptools.pypa.io/en/latest/development/developer-guide.html#making-a-pull-request

abravalheri commented 3 months ago

Thank you very much @Avasam!