mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 19:26:52 +00:00
Add necessary code to support it
This commit is contained in:
parent
425727ef9d
commit
71965f1383
4 changed files with 10 additions and 0 deletions
|
|
@ -110,6 +110,9 @@ The following arguments are available:
|
|||
#### `detect-private-key`
|
||||
Checks for the existence of private keys.
|
||||
|
||||
#### `detect-web3-private-key`
|
||||
Checks for the existence of web3 private keys. Add `# web3-private-key-ok` to the end of the line to ignore false positives.
|
||||
|
||||
#### `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