From 239acb6b5214065bf5468544253b5da79d36ebb8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 12 Apr 2023 08:58:19 +0300 Subject: [PATCH] .pre-commit-config.yaml: add ci configuration for reference --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 108af046..c941c36d 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