Skip to content

Commit

Permalink
💫 meta: make pre-commit clippy run with --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Nov 7, 2023
1 parent eccfab3 commit 8c6855e
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 @@ -21,7 +21,7 @@ repos:
pass_filenames: false
- id: clippy
name: clippy
entry: sh scripts/clippy
entry: sh scripts/clippy --fix
language: system
types: [rust]
pass_filenames: false

0 comments on commit 8c6855e

Please sign in to comment.