We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mypy
Tools/peg_generator
Now that we have mypy infrastructure ready https://github.com/python/cpython/blob/main/.github/workflows/mypy.yml we can add more things to the test.
https://github.com/python/cpython/tree/main/Tools/peg_generator has mypy.ini and annotations. So, let's check it as well.
mypy.ini
How I plan to do it (separate PRs):
types-setuptools
strict_optional=True
grammar_parser
types-setuptools==68.1.0.1
--warn-unreachable
redundant-expr
Feature or enhancement
Now that we have
mypyinfrastructure ready https://github.com/python/cpython/blob/main/.github/workflows/mypy.yml we can add more things to the test.https://github.com/python/cpython/tree/main/Tools/peg_generator has
mypy.iniand annotations. So, let's check it as well.How I plan to do it (separate PRs):
types-setuptoolsdependency and fix more problemsLinked PRs
mypyonTools/peg_generator#108456strict_optional=Trueforgrammar_parser#108629types-setuptools==68.1.0.1in CI #108697--warn-unreachablesetting andredundant-exprerror code #109160