Skip to content

Commit 178ff6b

Browse files
committed
Add comment
1 parent 11dfdcc commit 178ff6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/.pre-commit-config.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ repos:
1818
rev: eeee35a89e69d5772bdee97db1a6a898467b686e # 1.0
1919
hooks:
2020
- id: fmt
21+
# Pinning to a specific rustc version, so that we get consistent formatting
2122
entry: RUSTUP_TOOLCHAIN=nightly-2025-01-15 cargo fmt
2223
args: ["--all", "--", "--check"]
2324
- id: clippy

0 commit comments

Comments
 (0)