Skip to content

Commit

Permalink
πŸ”„ Synced file(s) with devnw/shared (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Oct 29, 2021
1 parent 2fdbee0 commit 7801710
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/Contrast-Labs/detect-secrets
rev: v1.1.2
hooks:
- id: detect-secrets
name: Detect secrets
language: python
entry: detect-secrets-hook
args: ['--baseline', '.secrets.baseline']
- repo: https://github.com/golangci/golangci-lint
rev: v1.42.1
hooks:
- id: golangci-lint

0 comments on commit 7801710

Please sign in to comment.