mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Recommend to use mypy error codes if applicable (#6305)
This commit is contained in:
@@ -207,6 +207,7 @@ def get_mypy_flags(args, major: int, minor: int, temp_name: str, *, custom_types
|
||||
"--no-implicit-optional",
|
||||
"--disallow-any-generics",
|
||||
"--warn-incomplete-stub",
|
||||
"--show-error-codes",
|
||||
"--no-error-summary",
|
||||
]
|
||||
if custom_typeshed:
|
||||
|
||||
Reference in New Issue
Block a user