.pre-commit-config.yaml: add bundler-audit

This commit is contained in:
Aminda Suomalainen 2023-04-09 13:58:23 +03:00
parent 1bc4ff9897
commit 611ba96741
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

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