11 lines
166 B
INI
11 lines
166 B
INI
[mypy]
|
|
plugins = numpy.typing.mypy_plugin
|
|
show_absolute_path = True
|
|
implicit_reexport = False
|
|
|
|
[mypy-numpy]
|
|
ignore_errors = True
|
|
|
|
[mypy-numpy.*]
|
|
ignore_errors = True
|