-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mypy
updated
13 files
+23 −0 | docs/source/error_code_list.rst | |
+7 −1 | mypy/errorcodes.py | |
+7 −3 | mypy/nodes.py | |
+94 −30 | mypy/semanal.py | |
+54 −12 | mypy/semanal_namedtuple.py | |
+6 −0 | mypy/stubtest.py | |
+4 −2 | mypy/test/helpers.py | |
+23 −14 | mypy/typeanal.py | |
+3 −1 | mypyc/test/test_emitfunc.py | |
+38 −2 | test-data/unit/check-namedtuple.test | |
+203 −0 | test-data/unit/check-python312.test | |
+6 −0 | test-data/unit/semanal-errors.test | |
+2 −2 | test-data/unit/semanal-namedtuple.test |