Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diceroll123 committed Oct 13, 2024
1 parent 905b941 commit 09d9876
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 @@ -3,7 +3,7 @@ repos:
hooks:
- id: cargo-clippy
name: Run cargo clippy
entry: cargo clippy --fix --allow-staged
entry: cargo clippy --fix --allow-staged --workspace --all-targets --all-features --locked -- -D warnings
language: system
types: [rust]
pass_filenames: false
Expand Down

0 comments on commit 09d9876

Please sign in to comment.