Skip to content

Commit 1163048

Browse files
authored
fix(pre-commit): add --allow-missing-credentials arg (#49)
1 parent 6a8f45d commit 1163048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-merge-conflict
1010
- id: detect-aws-credentials
11+
args: [ --allow-missing-credentials ]
1112
- repo: https://github.com/astral-sh/ruff-pre-commit
1213
rev: 0.5.0 # ruff version
1314
hooks:

0 commit comments

Comments
 (0)