Ensure secrets are not commited into the repository

This commit is contained in:
Ohad Livne 2025-06-04 22:46:07 +03:00
parent 071d446c84
commit 450a4207f6
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -27,3 +27,7 @@ repos:
- id: forbid-binary
exclude: ^\.local/share/jupyter/kernels/python3\.12/logo-
- id: shellcheck
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets