From 902cced6752a3e52ca4b9e10b301aa9f3c89052e Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 8 Nov 2023 10:23:45 -0500 Subject: [PATCH] Skip Rust on pre-commit.ci which doesn't seem to have Rust installed. 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. --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97c2b75..73e6169 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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