mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +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
|
- `--credentials-file` - additional AWS CLI style configuration file in a
|
||||||
non-standard location to fetch configured credentials from. Can be repeated
|
non-standard location to fetch configured credentials from. Can be repeated
|
||||||
multiple times.
|
multiple times.
|
||||||
|
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
|
||||||
|
detected.
|
||||||
- `detect-private-key` - Checks for the existence of private keys.
|
- `detect-private-key` - Checks for the existence of private keys.
|
||||||
- `double-quote-string-fixer` - This hook replaces double quoted strings
|
- `double-quote-string-fixer` - This hook replaces double quoted strings
|
||||||
with single quoted strings.
|
with single quoted strings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue