Add --disallow-untyped-decorators to mypy_test (#7235)

This commit is contained in:
Nikita Sobolev
2022-02-16 12:47:52 +03:00
committed by GitHub
parent 1341a34525
commit 09395dd747

View File

@@ -205,6 +205,7 @@ def get_mypy_flags(args, major: int, minor: int, temp_name: str, *, custom_types
"--no-site-packages",
"--show-traceback",
"--no-implicit-optional",
"--disallow-untyped-decorators",
"--disallow-any-generics",
"--warn-incomplete-stub",
"--show-error-codes",