diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c7ea0de..26fea52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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