Merge pull request #6144 from jbampton/add-hook-detect-aws-credentials

pre-commit: add hook `detect-aws-credentials`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-02-02 08:15:38 +09:00
committed by GitHub
+2
View File
@@ -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: file-contents-sorter