Skip to content

kykosic/pre-commit-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.