.pre-commit-config.yaml: skip bundler-audit in ci

This commit is contained in:
Aminda Suomalainen 2023-04-12 08:51:10 +03:00
parent 546e774387
commit 6743a0912d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -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