13 repos
Tools and frameworks for automating code quality checks and enforcing standards at git commit time through pre-commit hooks. This cluster spans multiple languages (Python, Rust, Go, TypeScript, and others) with a focus on making it easy to define, manage, and run commit-stage validators—from linters to tests to custom scripts. Central projects like husky, pre-commit-rs, and simple-git-hooks represent different language implementations of this pattern, while the broader collection includes both hook runners and integrations with common development workflows.