Skip to content

Commit cce5a09

Browse files
feat(mypy): disallow_any_generics
1 parent 4324164 commit cce5a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ disallow_untyped_decorators = True
2525
no_implicit_reexport = True
2626
no_implicit_optional = True
2727
strict_equality = True
28+
disallow_any_generics = True
2829

2930
# the following options should be enabled one by one, then we will switch to `strict` type checking:
30-
#disallow_any_generics = True
3131
#disallow_untyped_calls = True
3232
#disallow_untyped_defs = True
3333
#disallow_incomplete_defs = True

0 commit comments

Comments
 (0)