Skip to content

Commit 4ab40f4

Browse files
committed
Allow missing AWS credentials in pre-commit check
Signed-off-by: Webster Mudge <[email protected]>
1 parent dd2807c commit 4ab40f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ repos:
2929
- id: check-symlinks
3030
- id: debug-statements
3131
- id: detect-aws-credentials
32+
args:
33+
- --allow-missing-credentials
3234
- id: detect-private-key
3335
- id: forbid-submodules
3436
# - id: name-tests-test

0 commit comments

Comments
 (0)