mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Add option to keep tmp dir to stubtest script (#12151)
This commit is contained in:
@@ -60,8 +60,9 @@ def run_mypy_as_subprocess(directory: str, platform: str, version: str) -> Retur
|
||||
"--no-error-summary",
|
||||
"--enable-error-code",
|
||||
"ignore-without-code",
|
||||
"--enable-error-code",
|
||||
"possibly-undefined",
|
||||
# https://github.com/python/mypy/issues/14309
|
||||
# "--enable-error-code",
|
||||
# "possibly-undefined",
|
||||
"--enable-error-code",
|
||||
"redundant-expr",
|
||||
"--enable-error-code",
|
||||
|
||||
Reference in New Issue
Block a user