-
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
+4 −0 | .git-blame-ignore-revs | |
+2 −2 | .github/workflows/test.yml | |
+52 −11 | mypy/checker.py | |
+7 −0 | mypy/fastparse.py | |
+5 −0 | mypy/message_registry.py | |
+3 −10 | mypy/test/helpers.py | |
+2 −0 | mypy/test/testcheck.py | |
+59 −3 | mypy/typeops.py | |
+150 −97 | test-data/unit/check-narrowing.test | |
+18 −0 | test-data/unit/check-overloading.test | |
+88 −0 | test-data/unit/check-protocols.test | |
+11 −0 | test-data/unit/check-python313.test | |
+1 −8 | test-data/unit/fixtures/narrowing.pyi |