We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1beb8a commit adc9f2eCopy full SHA for adc9f2e
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