use vendored cppcheck from dependencies repo (#2347)

This commit is contained in:
Adeeb Shihadeh
2026-02-23 12:47:39 -08:00
committed by GitHub
parent 49f72e931f
commit 5c1f2578ef
5 changed files with 2 additions and 79 deletions

View File

@@ -31,6 +31,7 @@ dev = [
"setuptools",
"spidev; platform_system == 'Linux'",
"gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=gcc-arm-none-eabi",
"cppcheck @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=cppcheck",
]
[build-system]