Skip to content

Commit ccf8b58

Browse files
Update .pre-commit-config.yaml to reference other Dependent on pr: jenkins-x/jx-docs#3749
1 parent cbdcdd7 commit ccf8b58

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
- repo: [email protected]:Yelp/detect-secrets
2-
rev: v0.13.0
1+
repos:
2+
- repo: https://github.com/jenkins-x/jx-docs.git
3+
rev: main
34
hooks:
4-
- id: detect-secrets
5-
args: ['--baseline', '.secrets.baseline']
6-
exclude: .*/tests/.*
5+
- id: detect-secrets

0 commit comments

Comments
 (0)