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 33c7c7a commit 95a2013Copy full SHA for 95a2013
setup.cfg
@@ -183,6 +183,7 @@ lint =
183
flake8-docstrings==1.7.0
184
flake8-spellcheck==0.28.0
185
flake8-unused-arguments==0.0.13
186
+ vulture==2.14.0
187
188
tools =
189
platformdirs>=4.2,<5
tox.ini
@@ -14,6 +14,7 @@ commands =
14
flake8 src tests setup.py
15
mypy src tests setup.py --exclude "tests/fixtures/*" --namespace-packages
16
ethereum-spec-lint
17
+ vulture src tests setup.py --exclude "*/tests/fixtures/*" --min-confidence 100
18
19
[testenv:py3]
20
extras =
0 commit comments