We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f81f6 commit 307f88cCopy full SHA for 307f88c
1 file changed
.pre-commit-config.yaml
@@ -17,10 +17,9 @@ repos:
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
rev: v4.6.0
19
hooks:
20
- - id: trailing-whitespace
21
- id: check-merge-conflict
22
- repo: https://github.com/gitleaks/gitleaks
23
rev: v8.18.4
24
25
- id: gitleaks
26
- args: ["--baseline-path", ".github/workflows/gitleaks-baseline.json"]
+ args: ["--baseline-path", ".github/workflows/gitleaks-baseline.json"]
0 commit comments