diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d89ba3e..fc3db4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,8 @@ repos: - id: check-shebang-scripts-are-executable - id: check-vcs-permalinks - id: check-yaml + - id: detect-aws-credentials + args: [--allow-missing-credentials] - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker