From 6743a0912db750e19717da2519f7a55c66be7cff Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 12 Apr 2023 08:51:10 +0300 Subject: [PATCH] .pre-commit-config.yaml: skip bundler-audit in ci --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb3a582..a14e6ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +ci: + # Attempts to use networking and fails at name resolution + skip: [bundler-audit] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0