openpilot v0.11.0 release

date: 2026-03-13T21:04:16
master commit: 41994b1d27423e8a10008019a962417bf0f5f974
This commit is contained in:
Vehicle Researcher
2026-03-13 21:04:16 -07:00
commit 6fe5d4054d
3471 changed files with 1092490 additions and 0 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 ""