2 files changed
+6
-2
lines changed- docs/source/command_line.rst+5-2
- docs/source/config_file.rst+5-2
- docs/source/getting_started.rst+1-1
- misc/proper_plugin.py+70
- mypy/applytype.py+5-3
- mypy/argmap.py+6-3
- mypy/binder.py+17-5
- mypy/build.py+6-3
- mypy/checker.py+59-37
- mypy/checkexpr.py+65-14
- mypy/checkmember.py+6-5
- mypy/checkstrformat.py+2-2
- mypy/constraints.py+8-5
- mypy/erasetype.py+21-20
- mypy/errorcodes.py+56-1
- mypy/expandtype.py+22-21
- mypy/exprtotype.py+2-2
- mypy/fastparse.py+16-15
- mypy/fastparse2.py+7-2
- mypy/indirection.py-6
- mypy/join.py+39-27
- mypy/literals.py+4-1
- mypy/meet.py+55-42
- mypy/message_registry.py-2
- mypy/messages.py+57-45
- mypy/metastore.py+10-3
- mypy/nodes.py+18-5
- mypy/plugin.py+9-7
- mypy/plugins/attrs.py+2-1
- mypy/plugins/common.py+9-4
- mypy/plugins/ctypes.py+13-9
- mypy/plugins/dataclasses.py+5-6
- mypy/plugins/default.py+11-10
- mypy/plugins/enums.py+3-3
- mypy/sametypes.py+6-2
- mypy/semanal.py+79-22
- mypy/semanal_infer.py+13-8
- mypy/semanal_newtype.py+9-5
- mypy/semanal_pass1.py+2
- mypy/semanal_shared.py+8-4
- mypy/semanal_typeargs.py+15-11
- mypy/semanal_typeddict.py+6-7
- mypy/server/aststrip.py+31-3
- mypy/server/deps.py+12-14
- mypy/server/subexpr.py+5
- mypy/solve.py+3-1
- mypy/stats.py+14-6
- mypy/strconv.py+3
- mypy/stubgen.py+1-1
- mypy/subtypes.py+23-10
- mypy/suggestions.py+8-5
- mypy/test/testsolve.py+1-1
- mypy/traverser.py+5-1
- mypy/treetransform.py+8-3
- mypy/type_visitor.py+9-20
- mypy/typeanal.py+26-45
- mypy/types.py+241-105
- mypy/typeshed+1-1
- mypy/typetraverser.py+1-4
- mypy/visitor.py+7
- mypy_bootstrap.ini-1
- mypy_self_check.ini+1
- mypyc-requirements.txt+1-1
- test-data/unit/check-async-await.test+1-2
- test-data/unit/check-columns.test+1-1
- test-data/unit/check-errorcodes.test+390
- test-data/unit/check-expressions.test+63-7
- test-data/unit/check-flags.test+37-1
- test-data/unit/check-functions.test+6
- test-data/unit/check-literal.test+26
- test-data/unit/check-overloading.test+17-4
- test-data/unit/check-python38.test+107
- test-data/unit/check-super.test+6
- test-data/unit/check-typeddict.test+6
- test-data/unit/fixtures/__init_subclass__.pyi+11
- test-data/unit/fixtures/python2.pyi+2
- test-data/unit/pythoneval.test+20
- test-requirements.txt+1-1
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
4364 | 4364 |
| |
4365 | 4365 |
| |
4366 | 4366 |
| |
| 4367 | + | |
| 4368 | + | |
| 4369 | + | |
| 4370 | + | |
4367 | 4371 |
| |
4368 | 4372 |
| |
4369 | 4373 |
| |
|
0 commit comments