Skip to content

Commit 60ba024

Browse files
committed
Enable some more mypy checks
1 parent 3d4350a commit 60ba024

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mypy.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ show_traceback = True
55
warn_redundant_casts = True
66
warn_unused_configs = True
77
warn_unused_ignores = True
8-
; Enabling this will fail on subclasses of untyped imports, e.g. pkginfo
9-
; disallow_subclassing_any = True
8+
disallow_subclassing_any = True
109
disallow_any_generics = True
1110
disallow_untyped_calls = True
1211
disallow_untyped_defs = True

0 commit comments

Comments
 (0)