mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 05:51:03 -05:00
Following29573daef5, it doesn't look to me like any of the pre-commit hooks run in CI here are Rust-based: - `cargo fmt` is Rust-based but it's explicitly skipped as part of this job and run as a separate CI job:93052331b0/.pre-commit-config.yaml (L124-L125)- The `typos` hook is Rust-based, but according to https://github.com/crate-ci/typos/blob/master/docs/pre-commit.md pre-commit should install a built binary rather than building the binary from source As such, I think this step in the workflow is just taking up 15s of CI time and not actually speeding up pre-commit at all