Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Mar 17, 2021
1 parent 323e1a1 commit 2983e65
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: d6d3bd94604578adbd918c5a00d531d98350d86f # v2.3.0
hooks:
- id: detect-private-key
- repo: https://github.com/Yelp/detect-secrets
rev: v1.0.0
rev: a3e7998bfa4924b13df3f9cb49070abdbdff8802 # v0.13.1
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: package.lock.json
exclude: .*/keys/.*|
(?x)(
^package-lock.json$/|
^Pipfile/|
^pyproject.toml
)

0 comments on commit 2983e65

Please sign in to comment.