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 11dfdcc commit 178ff6bCopy full SHA for 178ff6b
template/.pre-commit-config.yaml.j2
@@ -18,6 +18,7 @@ repos:
18
rev: eeee35a89e69d5772bdee97db1a6a898467b686e # 1.0
19
hooks:
20
- id: fmt
21
+ # Pinning to a specific rustc version, so that we get consistent formatting
22
entry: RUSTUP_TOOLCHAIN=nightly-2025-01-15 cargo fmt
23
args: ["--all", "--", "--check"]
24
- id: clippy
0 commit comments