From cd4edc52065ae549fe0fb3e8b7ff302c14850b07 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Fri, 10 Jan 2025 09:07:18 -0800 Subject: [PATCH] hotfix: pylint ignores runtime for speed --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 1a2df74503..21e51ae8ed 100644 --- a/.pylintrc +++ b/.pylintrc @@ -7,7 +7,7 @@ extension-pkg-whitelist=scipy,cereal.messaging.messaging_pyx,PyQt5,av # Add files or directories to the blacklist. They should be base names, not # paths. -ignore=CVS,autogen,msm_kgsl.py +ignore=CVS,autogen,msm_kgsl.py,runtime # Add files or directories matching the regex patterns to the blacklist. The # regex matches against base names, not paths.