Files
sunnypilot/mypy.ini
Dylan Herman 603942ffe0 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
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