diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50cf46457b..a899981247 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: git@github.com:Yelp/detect-secrets - rev: v0.12.4 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] - exclude: .*/tests/.* \ No newline at end of file + exclude: .*/tests/.*