Skip to content

Commit 6712988

Browse files
committed
Fixes
1 parent 71965f1 commit 6712988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@
133133
description: detects the presence of web3 private keys.
134134
entry: detect-web3-private-key
135135
language: python
136-
types: [text]
136+
types: [file]
137+
additional_dependencies: ['eth-account']
137138
- id: double-quote-string-fixer
138139
name: fix double quoted strings
139140
description: replaces double quoted strings with single quoted strings.

0 commit comments

Comments
 (0)