Skip to content

Commit

Permalink
ci(pre-commit): allow missing aws credentials
Browse files Browse the repository at this point in the history
Signed-off-by: Rongrong <[email protected]>
  • Loading branch information
Rongronggg9 committed Jun 6, 2024
1 parent 3f37a7a commit d8dde05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# * Install pre-commit (https://pre-commit.com/#installation)
# * Run "pre-commit install".

default_install_hook_types: [commit-msg, pre-commit]
default_install_hook_types: [ commit-msg, pre-commit ]
ci:
autofix_commit_msg: "style: [pre-commit.ci] auto fixes"
autofix_prs: true
Expand Down Expand Up @@ -36,6 +36,7 @@ repos:
- id: debug-statements
- id: destroyed-symlinks
- id: detect-aws-credentials
args: [ "--allow-missing-credentials" ]
- id: detect-private-key
# we'd like all parts of string literal concatenation[1] use the same quotation mark, but this hook messes them up
# [1]: https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
Expand Down

0 comments on commit d8dde05

Please sign in to comment.