# Feature or enhancement Right now we have a special `mypy.ini` in `Tools/build`: https://github.com/python/cpython/blob/cdcacec79f7a216c3c988baa4dc31ce4e76c97ac/Tools/build/mypy.ini#L2 But, it only checks one file. Since newly added https://github.com/python/cpython/blob/main/Tools/build/compute-changes.py is fully annotated, it should be included as well. Refs https://github.com/python/cpython/pull/129627 I will send a PR. <!-- gh-linked-prs --> ### Linked PRs * gh-129708 <!-- /gh-linked-prs -->
Feature or enhancement
Right now we have a special
mypy.iniinTools/build:cpython/Tools/build/mypy.ini
Line 2 in cdcacec
But, it only checks one file. Since newly added https://github.com/python/cpython/blob/main/Tools/build/compute-changes.py is fully annotated, it should be included as well.
Refs #129627
I will send a PR.
Linked PRs
Tools/build/compute-changes.pywithmypy#129708