From e1fbb907e47287a86e0eb72fbe2591810b74577e Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 26 Sep 2022 15:01:10 -0700 Subject: [PATCH] excludes too --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 0dd79df2d9..bd8028c9e9 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,7 +2,7 @@ python_version = 3.8 plugins = numpy.typing.mypy_plugin 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 ignore_missing_imports = True