Skip to content

Commit 9c537ae

Browse files
committed
fix(.pre-commit-config.yaml): disable detect-aws-credentials if no credentials
in some situation we do want to enable who doesn't have aws credentials to generate commits and able to run precommit (i.e. copilot) for running tests we do need credentials, but that would be figured solved on it's own.
1 parent 428583b commit 9c537ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ repos:
3232
)$
3333
- id: check-json
3434
- id: detect-aws-credentials
35+
args: [--allow-missing-credentials]
3536
- id: detect-private-key
3637
exclude: ^data_dir/ssl_conf/.*$
3738

0 commit comments

Comments
 (0)