We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute-changes.py
Right now we have a special mypy.ini in Tools/build:
mypy.ini
Tools/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.
Tools/build/compute-changes.py
mypy
The text was updated successfully, but these errors were encountered:
pythongh-129707: Check Tools/build/compute-changes.py with mypy
9df9a98
gh-129707: Check Tools/build/compute-changes.py with mypy (#129708)
8b2fb62
Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
pythongh-129707: Check Tools/build/compute-changes.py with mypy (p…
cea3635
…ython#129708) Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
37ad7c5
sobolevn
No branches or pull requests
Feature or enhancement
Right now we have a special
mypy.ini
inTools/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.py
withmypy
#129708The text was updated successfully, but these errors were encountered: