hotfix: pylint ignores runtime for speed

This commit is contained in:
George Hotz
2025-01-10 09:07:18 -08:00
parent 92b59c9b7a
commit cd4edc5206

View File

@@ -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.