diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33bf83f24b1613b639bf35b61e76dcef60d7e4ea..df261f7150044e9fbb4d8d82fef956c4a9b250ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -83,3 +83,7 @@ repos: hooks: - id: bandit exclude: *excluded_pythonscripts + - repo: https://github.com/Yelp/detect-secrets + rev: v0.13.0 + hooks: + - id: detect-secrets