diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 7c7ae6d..7bfe3d6 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -133,7 +133,8 @@ description: detects the presence of web3 private keys. entry: detect-web3-private-key language: python - types: [text] + types: [file] + additional_dependencies: ['eth-account'] - id: double-quote-string-fixer name: fix double quoted strings description: replaces double quoted strings with single quoted strings.