Skip to content

Commit 7c26626

Browse files
committed
added comments to rust block in .pre-commit-config.yaml
1 parent 6c9b997 commit 7c26626

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ repos:
2424
args: ["--fix"]
2525
- id: ruff-format
2626

27+
# pre-push rust formatting, linting and testing
28+
# install these "manually" with `pre-commit install -t pre-push`
29+
# otherwise they are ignored
30+
# https://pre-commit.com/#confining-hooks-to-run-at-certain-stages
2731
- repo: local
2832
hooks:
2933
- id: rust-fmt

0 commit comments

Comments
 (0)