Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 309 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 309 Bytes

pre-commit-rust

pre-commit hooks for running cargo fmt, cargo check, and cargo clippy.

Unlike other existing hooks, these are designed to also work in a repo that contains multiple disconnected and arbitrarily nested rust projects that don't belong to the same workspace.