Skip to content

Commit 691455b

Browse files
committed
1 parent 3b9988a commit 691455b

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,6 +1,7 @@
11
[mypy]
22
disallow_any_generics = True
33
disallow_incomplete_defs = True
4+
disallow_subclassing_any = True
45
disallow_untyped_defs = True
56
ignore_missing_imports = True
67
no_implicit_optional = True

0 commit comments

Comments
 (0)