Skip to content

Commit

Permalink
chore: use -q in pre-commit:check
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 10, 2025
1 parent 8299c6b commit 099b2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ depends = ["pre-commit:*"]
["pre-commit:fmt"]
run = "cargo fmt --all -- --check"
["pre-commit:check"]
run = "cargo check --all-features"
run = "cargo check -q --all-features"

0 comments on commit 099b2d8

Please sign in to comment.