diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 352f83c..043f6ae 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,7 +4,7 @@ entry: cargo fmt language: system types: [rust] - args: ["--all", "--", "--check", "--color", "always"] + args: ["--all", "--"] - id: cargo-check name: cargo check description: Check the package for errors.