prefix paths with openpilot (#38223)

* prefix paths with openpilot

* fix setup root detection

* fix split branch codespell skips
This commit is contained in:
Adeeb Shihadeh
2026-06-21 18:28:35 -07:00
committed by GitHub
parent 37eda06c95
commit 20e0f21b58
100 changed files with 371 additions and 400 deletions
+1 -1
View File
@@ -3,5 +3,5 @@ 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
openpilot/tools/op.sh lint --fast
echo ""