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 6c9b997 commit 7c26626Copy full SHA for 7c26626
.pre-commit-config.yaml
@@ -24,6 +24,10 @@ repos:
24
args: ["--fix"]
25
- id: ruff-format
26
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
31
- repo: local
32
hooks:
33
- id: rust-fmt
0 commit comments