Spaces:
Build error
Build error
Update .mypy.ini
Browse files
.mypy.ini
CHANGED
@@ -8,4 +8,4 @@ enable_error_code = redundant-expr, truthy-bool, ignore-without-code
|
|
8 |
; plugins = numpy.typing.mypy_plugin
|
9 |
ignore_missing_imports = True
|
10 |
no_implicit_reexport = False
|
11 |
-
disallow_untyped_calls =
|
|
|
8 |
; plugins = numpy.typing.mypy_plugin
|
9 |
ignore_missing_imports = True
|
10 |
no_implicit_reexport = False
|
11 |
+
disallow_untyped_calls = True
|