# Configuration file for `prek`, a git hook framework written in Rust.
# See https://prek.j178.dev for more information.
#:schema https://www.schemastore.org/prek.json
[[]]
= "local"
[[]]
= "cargo-fmt"
= "cargo fmt"
= "cargo fmt"
= "system"
= ["rust"]
= false
[[]]
= "cargo-clippy"
= "cargo clippy"
= "cargo clippy --all-targets -- -D warnings"
= "system"
= ["rust"]
= false