File size: 322 Bytes
fb2cfa5
 
 
 
 
 
 
 
 
 
 
 
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
ignore_missing_imports = True