Skip to content

Commit

Permalink
chore: less strict pre-commit config for cargo-deny (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlegner authored Jan 8, 2024
1 parent 8cf263e commit 8e80ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ repos:
name: cargo-deny
entry: cargo deny
files: Cargo.(lock|toml)
args: ["--all-features", "check", "-D", "warnings"]
args: ["--all-features", "check"]
language: rust
pass_filenames: false

0 comments on commit 8e80ecf

Please sign in to comment.