Files
onepilot/mypy.ini
Dylan Herman 11b9cb9fb5 enable numpy mypy typing (#24387)
* 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
2022-05-02 16:48:04 -07:00

5 lines
93 B
INI

[mypy]
python_version = 3.8
ignore_missing_imports = True
plugins = numpy.typing.mypy_plugin