Skip to content

Commit

Permalink
Update mypy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Sep 21, 2024
1 parent 3824cd9 commit 2cf0bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy
Submodule mypy updated 49 files
+1 −1 .github/workflows/docs.yml
+155 −155 CHANGELOG.md
+1 −0 docs/requirements-docs.txt
+3 −0 docs/source/changelog.md
+1 −14 docs/source/command_line.rst
+1 −1 docs/source/conf.py
+28 −0 docs/source/error_code_list.rst
+1 −0 docs/source/index.rst
+11 −2 mypy/checker.py
+1 −0 mypy/checkexpr.py
+8 −0 mypy/errorcodes.py
+27 −12 mypy/exprtotype.py
+14 −52 mypy/fastparse.py
+1 −0 mypy/messages.py
+2 −2 mypy/options.py
+2 −0 mypy/report.py
+24 −1 mypy/semanal.py
+10 −3 mypy/stubgen.py
+27 −7 mypy/subtypes.py
+1 −1 mypy/typeshed/stdlib/VERSIONS
+1 −1 mypy/typeshed/stdlib/_curses.pyi
+85 −64 mypy/typeshed/stdlib/_locale.pyi
+28 −0 mypy/typeshed/stdlib/_winapi.pyi
+1 −0 mypy/typeshed/stdlib/builtins.pyi
+1 −1 mypy/typeshed/stdlib/codecs.pyi
+4 −5 mypy/typeshed/stdlib/copy.pyi
+1 −0 mypy/typeshed/stdlib/distutils/cmd.pyi
+27 −4 mypy/typeshed/stdlib/distutils/dist.pyi
+21 −5 mypy/typeshed/stdlib/doctest.pyi
+4 −0 mypy/typeshed/stdlib/email/_header_value_parser.pyi
+27 −12 mypy/typeshed/stdlib/email/_policybase.pyi
+3 −0 mypy/typeshed/stdlib/email/errors.pyi
+4 −12 mypy/typeshed/stdlib/email/utils.pyi
+2 −1 mypy/typeshed/stdlib/io.pyi
+5 −0 mypy/typeshed/stdlib/subprocess.pyi
+3 −3 mypy/typeshed/stdlib/tempfile.pyi
+1 −1 mypyc/doc/conf.py
+0 −2 mypyc/test-data/run-python312.test
+0 −1 mypyc/test/test_run.py
+40 −0 test-data/unit/check-errorcodes.test
+288 −184 test-data/unit/check-python312.test
+1 −1 test-data/unit/deps.test
+8 −8 test-data/unit/diff.test
+24 −9 test-data/unit/fine-grained-python312.test
+1 −1 test-data/unit/fixtures/tuple-simple.pyi
+4 −4 test-data/unit/parse-python312.test
+2 −2 test-data/unit/pythoneval.test
+2 −2 test-data/unit/reports.test
+17 −17 test-data/unit/stubgen.test

0 comments on commit 2cf0bee

Please sign in to comment.