From 28d56efb8957a5674435db96f6dcb958cb60ec30 Mon Sep 17 00:00:00 2001 From: mateo-berri <277851410+mateo-berri@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:08:42 -0700 Subject: [PATCH] build(makefile): run bootstrap before pre-commit lint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6ea857de03..f4494680e13 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ lint-dev: lint-format-changed check-circular-imports check-import-safety # test-linting.yml (Python), test-litellm-ui-build.yml's frontend-lint (dashboard), and # check-ui-api-types.yml (API-type drift), skipping any whose files you didn't stage. # Not auto-installed as a git hook so it never slows an unrelated human commit. -pre-commit: +pre-commit: bootstrap ./scripts/pre_commit_lint.sh # Testing targets