Spaces:
Running
on
Zero
Running
on
Zero
File size: 293 Bytes
344c16f |
1 2 3 4 5 6 7 8 9 10 11 12 |
[mypy]
files = .
exclude = build
namespace_packages = True
show_error_codes = True
strict = True
enable_error_code = redundant-expr, truthy-bool, ignore-without-code
; plugins = numpy.typing.mypy_plugin
ignore_missing_imports = True
no_implicit_reexport = False
disallow_untyped_calls = False
|