Commit 29c42ee8 authored by nimrod's avatar nimrod
Browse files

Add detect-secret pre-commit hook.

parent a53bb0c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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