mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 21:04:17 +00:00
Add required argument to cli parameter
This commit is contained in:
parent
efc5b9ecc1
commit
4b8eb6f96a
1 changed files with 3 additions and 3 deletions
|
|
@ -58,9 +58,9 @@ Add this to your `.pre-commit-config.yaml`
|
||||||
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
|
- `detect-aws-credentials` - Checks for the existence of AWS secrets that you
|
||||||
have set up with the AWS CLI.
|
have set up with the AWS CLI.
|
||||||
The following arguments are available:
|
The following arguments are available:
|
||||||
- `--credentials-file` - additional AWS CLI style configuration file in a
|
- `--credentials-file CREDENTIAL_FILES` - additional AWS CLI style
|
||||||
non-standard location to fetch configured credentials from. Can be repeated
|
configuration file in a non-standard location to fetch configured
|
||||||
multiple times.
|
credentials from. Can be repeated multiple times.
|
||||||
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
|
- `--allow-missing-credentials` - Allow hook to pass when no credentials are
|
||||||
detected.
|
detected.
|
||||||
- `detect-private-key` - Checks for the existence of private keys.
|
- `detect-private-key` - Checks for the existence of private keys.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue