openpilot v0.9.8 release

date: 2024-11-27T09:10:04
master commit: b737e8472f
This commit is contained in:
Vehicle Researcher
2024-11-27 09:10:05 +00:00
parent d64fb1838d
commit 000fff3c96
1463 changed files with 76448 additions and 341142 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
if [[ -f .git/hooks/post-commit.d/post-commit ]]; then
.git/hooks/post-commit.d/post-commit
fi
tools/op.sh lint --fast
echo ""