1 Repo
Running hooks only on files changed by the most recent commit.
Distinct from Pre-commit Hooks: Distinct from Pre-commit Hooks: focuses on running hooks on the last commit's changes rather than before a new commit.
Explore 1 awesome GitHub repository matching development tools & productivity · Last-Commit Hook Runs. Refine with filters or upvote what's useful.
Prek is a Git hook manager written in Rust that runs configured hooks as a single binary without requiring Python or other external runtimes. It executes hooks faster than standard tools through parallel processing and bundled Rust implementations, and includes a built-in hook repository that enables fully offline operation without network access or environment setup. The tool supports both TOML and YAML configuration formats with identical semantics, and can run hooks from existing pre-commit configuration files without modification. Prek distinguishes itself through workspace-aware monorepo
Runs hooks only on files changed by the most recent commit.