Skip to content

Commit

Permalink
fix: clippy args
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedoyle committed Jul 17, 2024
1 parent 63979f2 commit 170e293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
- id: clippy
name: clippy
description: Lint rust sources
entry: cargo clippy
entry: cargo clippy --all-targets --all-features -- -Dclippy::all
language: system
args: ["--all-targets", "--all-features", --", "-Dclippy::all"]
types: [file, rust]
pass_filenames: false
- id: cargo-test
Expand Down

0 comments on commit 170e293

Please sign in to comment.