Disallow partially specified generics.

This commit is contained in:
Dan Albert
2021-07-07 16:01:20 -07:00
parent fc32b98341
commit 69c3d41a8a
5 changed files with 23 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
check_untyped_defs = True
# disallow_any_decorated = True
# disallow_any_expr = True
# disallow_any_generics = True
disallow_any_generics = True
# disallow_any_unimported = True
disallow_untyped_decorators = True
# disallow_untyped_defs = True