Skip to content

Commit 84a348a

Browse files
committed
feat: Disallow Any generic types
1 parent 3f2f95f commit 84a348a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[mypy]
2+
disallow_any_generics = True
23
disallow_untyped_defs = True
34
ignore_missing_imports = True
45
show_error_codes = True

0 commit comments

Comments
 (0)