From 611ba967412c40881a65fa11eec768043ac71513 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 9 Apr 2023 13:58:23 +0300 Subject: [PATCH] .pre-commit-config.yaml: add bundler-audit --- .pre-commit-config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9be3765..eb3a582 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,13 @@ repos: - id: check-github-workflows - id: check-gitlab-ci + - repo: https://github.com/jumanjihouse/pre-commit-hooks + rev: 3.0.0 + hooks: + - id: bundler-audit + # https://github.com/jumanjihouse/pre-commit-hooks/issues/111 + #- id: check-mailmap + - repo: https://github.com/pre-commit/mirrors-prettier rev: "v3.0.0-alpha.6" hooks: