SIGN IN SIGN UP
commaai / openpilot UNCLAIMED

openpilot is an operating system for robotics. Currently, it upgrades the driver assistance system on 300+ supported cars.

60476 0 0 Python
#!/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 ""