Skip to content

Commit

Permalink
pre-commit: add hook detect-aws-credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jan 16, 2024
1 parent e60f9d9 commit 3c58882
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 @@ -69,6 +69,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 3c58882

Please sign in to comment.