Skip to content

Commit d509fd2

Browse files
Implement filter parsing
1 parent c798381 commit d509fd2

13 files changed

Lines changed: 842 additions & 312 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repos:
3232
hooks:
3333
- id: cargo-fmt
3434
- id: cargo-clippy
35-
args: [ "--all-targets", "--all-features", " --fix" ]
35+
args: [ "--all-targets", "--all-features" ]
3636
- repo: https://github.com/astral-sh/uv-pre-commit
3737
rev: 6a3b6bf1868b70929458f1d4aa0a08c647b3ad45 # frozen: 0.9.7
3838
hooks:

0 commit comments

Comments
 (0)