Skip to content

Commit 61818fb

Browse files
committed
Only check ethpm for now with black
1 parent 66f2549 commit 61818fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ basepython=python
5858
extras=linter
5959
commands=
6060
flake8 {toxinidir}/web3 {toxinidir}/ens {toxinidir}/ethpm {toxinidir}/tests --exclude {toxinidir}/ethpm/ethpm-spec
61-
black {toxinidir}/web3 {toxinidir}/ens {toxinidir}/ethpm {toxinidir}/tests --exclude {toxinidir}/ethpm/ethpm-spec --check
61+
black {toxinidir}/ethpm --exclude {toxinidir}/ethpm/ethpm-spec {toxinidir}/web3 {toxinidir}/ens {toxinidir}/tests --check
6262
isort --recursive --check-only --diff {toxinidir}/web3/ {toxinidir}/ens/ {toxinidir}/ethpm/ {toxinidir}/tests/
6363
mypy -p web3 -p ethpm -p ens --config-file {toxinidir}/mypy.ini
6464

0 commit comments

Comments
 (0)