We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74878fc commit d079b09Copy full SHA for d079b09
pyproject.toml
@@ -32,8 +32,8 @@ dev = [
32
"pytest-timeout",
33
"ruff",
34
"setuptools",
35
- "gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=gcc-arm-none-eabi",
36
- "cppcheck @ git+https://github.com/commaai/dependencies.git@releases#subdirectory=cppcheck",
+ "gcc-arm-none-eabi @ git+https://github.com/commaai/dependencies.git@release-gcc-arm-none-eabi#subdirectory=gcc-arm-none-eabi",
+ "cppcheck @ git+https://github.com/commaai/dependencies.git@release-cppcheck#subdirectory=cppcheck",
37
]
38
39
[build-system]
0 commit comments