mirror of
https://github.com/eza-community/eza.git
synced 2025-07-07 19:35:33 +00:00
fix(pre-commit): make clippy work again
This commit is contained in:
parent
e9201aa276
commit
0e40702043
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ repos:
|
||||||
- id: rust-clippy
|
- id: rust-clippy
|
||||||
name: Rust clippy
|
name: Rust clippy
|
||||||
description: Run clippy on included files
|
description: Run clippy on included files
|
||||||
entry: cargo clippy --workspace --all-targets --all-features --
|
pass_filenames: false
|
||||||
|
entry: cargo clippy --workspace --all-targets --all-features
|
||||||
types: [file, rust]
|
types: [file, rust]
|
||||||
language: system
|
language: system
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue