Skip to content

Commit 7414f99

Browse files
committed
Reenable an error code that was previously disabled
1 parent cdbf741 commit 7414f99

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/typecheck_typeshed.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ def run_mypy_as_subprocess(directory: str, platform: str, version: str) -> Retur
6060
"--no-error-summary",
6161
"--enable-error-code",
6262
"ignore-without-code",
63-
# https://github.com/python/mypy/issues/14309
64-
# "--enable-error-code",
65-
# "possibly-undefined",
63+
"--enable-error-code",
64+
"possibly-undefined",
6665
"--enable-error-code",
6766
"redundant-expr",
6867
"--enable-error-code",

0 commit comments

Comments
 (0)