Files
superset2/.github/workflows/pre-commit.yml
Claude Code f30276c8b5 ci: spike running pre-commit checks via prek
prek (github.com/j178/prek) is a Rust reimplementation of pre-commit
that reads the same .pre-commit-config.yaml and shares toolchains
across hooks instead of creating a fresh venv per repo, which cuts
both cold-start and warm-run overhead. Already adopted by CPython,
FastAPI, and Apache Airflow.

CI-only change: swaps the binary this job invokes, keeps the existing
changed-files/SKIP/cache-then-diff logic as-is. Nothing about the
documented local `pre-commit install` / `pre-commit run` workflow
changes.
2026-07-27 21:44:35 -07:00

7.9 KiB