Merge pull request #35547 from BerriAI/litellm_precommit_runs_bootstrap

build(makefile): run bootstrap before pre-commit lint
This commit is contained in:
Mateo Wang 2026-08-01 17:27:27 -07:00 committed by GitHub
commit 35ec1df3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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