enable pre-commit (#2236)

* fix codespell

* disable for now
This commit is contained in:
Adeeb Shihadeh
2025-05-14 08:58:57 -07:00
committed by GitHub
parent efdcb38693
commit 57be4f17cd
5 changed files with 25 additions and 22 deletions

View File

@@ -11,8 +11,7 @@ scons -j8
# *** lint ***
# TODO: pre-commit is slow; replace it with openpilot's "op lint"
#pre-commit run --all-files
ruff check .
pre-commit run --all-files
# too many false positives atm :(
#ty check .