mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Add missing parameter --allow-missing-credentials
This commit is contained in:
parent
86bfe8c475
commit
efc5b9ecc1
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ Add this to your `.pre-commit-config.yaml`
|
|||
- `--credentials-file` - additional AWS CLI style configuration file in a
|
||||
non-standard location to fetch configured credentials from. Can be repeated
|
||||
multiple times.
|
||||
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
|
||||
detected.
|
||||
- `detect-private-key` - Checks for the existence of private keys.
|
||||
- `double-quote-string-fixer` - This hook replaces double quoted strings
|
||||
with single quoted strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue