-
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
19 files
+5 −2 | mypy/build.py | |
+3 −0 | mypy/checker.py | |
+2 −0 | mypy/checkexpr.py | |
+1 −1 | mypy/errors.py | |
+61 −7 | mypy/messages.py | |
+38 −10 | mypy/plugins/functools.py | |
+3 −3 | mypy/semanal_shared.py | |
+3 −4 | mypy/typeops.py | |
+3 −3 | test-data/unit/check-enum.test | |
+1 −1 | test-data/unit/check-expressions.test | |
+83 −0 | test-data/unit/check-functools.test | |
+15 −0 | test-data/unit/check-incremental.test | |
+3 −3 | test-data/unit/check-namedtuple.test | |
+5 −7 | test-data/unit/check-newsemanal.test | |
+1 −1 | test-data/unit/check-statements.test | |
+2 −2 | test-data/unit/check-tuples.test | |
+3 −3 | test-data/unit/check-typevar-tuple.test | |
+57 −0 | test-data/unit/check-unions.test | |
+1 −1 | test-data/unit/semanal-classes.test |