Skip to content

Commit

Permalink
precommmit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Aug 2, 2024
1 parent 718e089 commit fa43431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ repos:
rev: v1.1.0
hooks:
- id: clippy
name: clippy
args: ['--', '-D', 'warnings']
- id: clippy
name: clippy python
name: cargo clippy --features python
args: ['--features', 'python', '--', '-D', 'warnings']
- id: fmt
- repo: local
Expand Down

0 comments on commit fa43431

Please sign in to comment.