Skip to content

Commit

Permalink
Detect servers production file '.pre-commit-config.yaml'via python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-plivo committed Jul 11, 2019
1 parent 56dbce0 commit 4795000
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace

- repo: [email protected]:Yelp/detect-secrets
rev: v0.12.3
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']

0 comments on commit 4795000

Please sign in to comment.