We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71965f1 commit 6712988Copy full SHA for 6712988
.pre-commit-hooks.yaml
@@ -133,7 +133,8 @@
133
description: detects the presence of web3 private keys.
134
entry: detect-web3-private-key
135
language: python
136
- types: [text]
+ types: [file]
137
+ additional_dependencies: ['eth-account']
138
- id: double-quote-string-fixer
139
name: fix double quoted strings
140
description: replaces double quoted strings with single quoted strings.
0 commit comments