I don't see a checklist tracking issue for the remaining pre-commit hooks, but some like check-toml have been implemented and gone from sub-second to instant, so this would likely contribute a further speedup on many existing pre-commit configs.
It looks like the specific site of the fast path redirection for these hooks is here in src/builtin/pre_commit_hooks/mod.rs
To support this, I would compare the list in the docs against this repo, specifically in this hooks YAML
pre-commit-hooks
I don't see a checklist tracking issue for the remaining pre-commit hooks, but some like check-toml have been implemented and gone from sub-second to instant, so this would likely contribute a further speedup on many existing pre-commit configs.
It looks like the specific site of the fast path redirection for these hooks is here in
src/builtin/pre_commit_hooks/mod.rsTo support this, I would compare the list in the docs against this repo, specifically in this hooks YAML
pre-commit-hooks