Skip to content

Commit c7816dd

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
repos:
2-
- repo: https://github.com/Yelp/detect-secrets.git
3-
rev: v0.12.4
2+
- repo: https://github.com/jenkins-x/jx-docs.git
3+
rev: main
44
hooks:
55
- id: detect-secrets
6-
args: ['--baseline', '.secrets.baseline']
7-
exclude: .*/tests/.*

0 commit comments

Comments
 (0)