Skip to content

Commit

Permalink
Skip Rust on pre-commit.ci which doesn't seem to have Rust installed.
Browse files Browse the repository at this point in the history
I'm not sure I follow why since I see a PR adding it, and I swear
I remember it working, but not going to diagnose quite now.
  • Loading branch information
Julian committed Nov 8, 2023
1 parent 167fa11 commit 902cced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ci:
skip:
# pre-commit.ci doesn't have Rust installed
- cargo-fmt
- cargo-deny

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 902cced

Please sign in to comment.