Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
chore: added precommit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Jul 24, 2019
1 parent a82f7e5 commit 904161f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- repo: [email protected]:Yelp/detect-secrets
rev: v0.12.4
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: .*/tests/.*

0 comments on commit 904161f

Please sign in to comment.