We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7e169 commit 15e418dCopy full SHA for 15e418d
.pre-commit-config.yaml
@@ -29,6 +29,8 @@ repos:
29
- id: no-commit-to-branch
30
- id: requirements-txt-fixer
31
- id: fix-byte-order-marker
32
+ - id: detect-private-key
33
+ exclude: ^(examples/|tests/|internal/k8s/secrets/)
34
- repo: local
35
hooks:
36
- id: golang-diff
0 commit comments