mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +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
|
|
@ -128,6 +128,12 @@
|
|||
entry: detect-private-key
|
||||
language: python
|
||||
types: [text]
|
||||
- id: detect-web3-private-key
|
||||
name: detect web3 private key
|
||||
description: detects the presence of web3 private keys.
|
||||
entry: detect-web3-private-key
|
||||
language: python
|
||||
types: [text]
|
||||
- id: double-quote-string-fixer
|
||||
name: fix double quoted strings
|
||||
description: replaces double quoted strings with single quoted strings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue