Skip to content

Commit

Permalink
Add machete to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 30, 2024
1 parent 9296f0d commit 33242d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ repos:
entry: cargo clippy --workspace --all-features --all-targets
language: system
pass_filenames: false
- id: machete
name: machete
description: run cargo machete on the workspace
stages: [pre-push]
entry: cargo machete
language: system
pass_filenames: false
- id: tests
name: run tests
description: run cargo test on the workspace
Expand Down

0 comments on commit 33242d1

Please sign in to comment.