Skip to content

Commit b5b4e2e

Browse files
Exclude __snapshot__ folder from secret detection check (#431)
Signed-off-by: Vaibhav Jain <vajain@redhat.com>
1 parent ffcedf2 commit b5b4e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ repos:
3333
rev: v1.5.0
3434
hooks:
3535
- id: detect-secrets
36+
exclude: .*/__snapshots__/.*
3637

3738
- repo: https://github.com/astral-sh/ruff-pre-commit
3839
rev: v0.12.2

0 commit comments

Comments
 (0)