python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
18.57k stars 2.84k forks source link

Lint github actions and dependabot.yml #18069

Closed sobolevn closed 1 month ago

sobolevn commented 1 month ago

Taken from https://github.com/python/cpython/commit/dcda92f8fcfa70ef48935db0dc468734de897d96

I temporarly disabled some checks due to https://github.com/python/mypy/pull/17822

github-actions[bot] commented 1 month ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

sobolevn commented 1 month ago

cc @hugovk

github-actions[bot] commented 1 month ago

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

hauntsaninja commented 1 month ago

Cool, let's try it