We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4350a commit 60ba024Copy full SHA for 60ba024
mypy.ini
@@ -5,8 +5,7 @@ show_traceback = True
5
warn_redundant_casts = True
6
warn_unused_configs = True
7
warn_unused_ignores = True
8
-; Enabling this will fail on subclasses of untyped imports, e.g. pkginfo
9
-; disallow_subclassing_any = True
+disallow_subclassing_any = True
10
disallow_any_generics = True
11
disallow_untyped_calls = True
12
disallow_untyped_defs = True
0 commit comments