We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37c282 commit a795b26Copy full SHA for a795b26
1 file changed
.pre-commit-config.yaml
@@ -44,15 +44,15 @@ repos:
44
- id: cargo-fmt
45
name: cargo-fmt
46
always_run: true
47
- entry: uv run --frozen cargo fmt -- --check
+ entry: uv run --frozen cargo fmt --check
48
language: system
49
pass_filenames: false
50
- repo: local
51
hooks:
52
- id: clippy
53
name: clippy
54
55
- entry: uv run --frozen cargo clippy --all-targets -- -D warnings
+ entry: uv run --frozen cargo clippy --no-default-features -- -D warnings
56
57
58
- repo: https://github.com/codespell-project/codespell
0 commit comments