* enable numpy mypy typing * remove --warn-return-any * merge conflict and syntax * merge conflict * merge conflict * add type to img var old-commit-hash: 603942ffe0f5f0dba9f14f1293306bc0482e0032
5 lines
93 B
INI
5 lines
93 B
INI
[mypy]
|
|
python_version = 3.8
|
|
ignore_missing_imports = True
|
|
plugins = numpy.typing.mypy_plugin
|