We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113bf46 commit 7036264Copy full SHA for 7036264
.pre-commit-config.yaml
@@ -35,14 +35,14 @@ repos:
35
- id: cargo-fmt-conda
36
name: cargo-fmt-conda
37
description: "Run `cargo fmt` for formatting rust sources."
38
- entry: cargo fmt --
+ entry: pixi run -e default cargo fmt --
39
language: system
40
require_serial: false
41
types: [rust]
42
- id: clippy-conda
43
name: clippy-conda
44
description: "Run `clippy` to lint rust sources."
45
- entry: cargo clippy --all-targets --all-features --workspace -- -D warnings
+ entry: pixi run -e default cargo clippy --all-targets --all-features --workspace -- -D warnings
46
pass_filenames: false
47
48
0 commit comments