mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
detect-gcp-credentials doc
This commit is contained in:
parent
e0c61d89d0
commit
cbc7eb59ed
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ Trims trailing whitespace.
|
|||
- By default, this hook trims all whitespace from the ends of lines.
|
||||
To specify a custom set of characters to trim instead, use `args: [--chars,"<chars to trim>"]`.
|
||||
|
||||
#### `detect-gcp-credentials`
|
||||
Checks for the existence of GCP credentials in the staged files.
|
||||
|
||||
### Deprecated / replaced hooks
|
||||
|
||||
- `check-byte-order-marker`: instead use fix-byte-order-marker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue