|
|
|
@ -2,7 +2,7 @@ |
|
|
|
python_version = 3.8 |
|
|
|
python_version = 3.8 |
|
|
|
plugins = numpy.typing.mypy_plugin |
|
|
|
plugins = numpy.typing.mypy_plugin |
|
|
|
files = body, common, docs, scripts, selfdrive, site_scons, system, tools |
|
|
|
files = body, common, docs, scripts, selfdrive, site_scons, system, tools |
|
|
|
; exclude = pyextra, cereal, panda, opendbc, laika, laika_repo, rednose, rednose_repo, tinygrad, tinygrad_repo |
|
|
|
exclude = pyextra, cereal, panda, opendbc, laika, laika_repo, rednose, rednose_repo, tinygrad, tinygrad_repo |
|
|
|
|
|
|
|
|
|
|
|
; third-party packages |
|
|
|
; third-party packages |
|
|
|
ignore_missing_imports = True |
|
|
|
ignore_missing_imports = True |
|
|
|
|