Skip to content

Commit

Permalink
Merge pull request #406 from jbampton/add-hook-detect-aws-credentials
Browse files Browse the repository at this point in the history
pre-commit: add hook `detect-aws-credentials`
  • Loading branch information
matz authored Feb 2, 2024
2 parents e2858df + 755e483 commit c9a5d93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9a5d93

Please sign in to comment.