Skip to content

Commit 749efa1

Browse files
committed
Add one more type-checking pass
1 parent d8bf6e2 commit 749efa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216

217217
T = TypeVar("T")
218218

219-
DEFAULT_LAST_PASS: Final = 1 # Pass numbers start at 0
219+
DEFAULT_LAST_PASS: Final = 2 # Pass numbers start at 0
220220

221221
# Maximum length of fixed tuple types inferred when narrowing from variadic tuples.
222222
MAX_PRECISE_TUPLE_SIZE: Final = 8

0 commit comments

Comments
 (0)