mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 03:03:57 +08:00
* enable numpy mypy typing * remove --warn-return-any * merge conflict and syntax * merge conflict * merge conflict * add type to img var
5 lines
93 B
INI
5 lines
93 B
INI
[mypy]
|
|
python_version = 3.8
|
|
ignore_missing_imports = True
|
|
plugins = numpy.typing.mypy_plugin
|