Skip to content

Commit 95a2013

Browse files
vedant-asatiSamWilsn
authored andcommitted
add vulture to static analysis suite
1 parent 33c7c7a commit 95a2013

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ lint =
183183
flake8-docstrings==1.7.0
184184
flake8-spellcheck==0.28.0
185185
flake8-unused-arguments==0.0.13
186+
vulture==2.14.0
186187

187188
tools =
188189
platformdirs>=4.2,<5

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ commands =
1414
flake8 src tests setup.py
1515
mypy src tests setup.py --exclude "tests/fixtures/*" --namespace-packages
1616
ethereum-spec-lint
17+
vulture src tests setup.py --exclude "*/tests/fixtures/*" --min-confidence 100
1718

1819
[testenv:py3]
1920
extras =

0 commit comments

Comments
 (0)