Skip to content

Commit a676895

Browse files
committed
Finish up adding black linting to web3/_utils
1 parent 4f32333 commit a676895

17 files changed

+1668
-1793
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ basepython=python
6464
extras=linter
6565
commands=
6666
flake8 {toxinidir}/web3 {toxinidir}/ens {toxinidir}/ethpm {toxinidir}/tests --exclude {toxinidir}/ethpm/ethpm-spec
67-
black {toxinidir}/ethpm {toxinidir}/web3/auto {toxinidir}/web3/utils --exclude {toxinidir}/ethpm/ethpm-spec --check
68-
black {toxinidir}/web3/_utils --exclude {toxinidir}/web3/_utils/module_testing --check
67+
black {toxinidir}/ethpm {toxinidir}/web3/auto {toxinidir}/web3/utils {toxinidir}/web3/utils --exclude {toxinidir}/ethpm/ethpm-spec --check
6968
isort --recursive --check-only --diff {toxinidir}/web3/ {toxinidir}/ens/ {toxinidir}/ethpm/ {toxinidir}/tests/
7069
mypy -p web3 -p ethpm -p ens --config-file {toxinidir}/mypy.ini
7170

web3/_utils/module_testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
)
88
from .go_ethereum_txpool_module import ( # noqa: F401
99
GoEthereumAsyncTxPoolModuleTest,
10-
GoEthereumTxPoolModuleTest
10+
GoEthereumTxPoolModuleTest,
1111
)
1212
from .net_module import ( # noqa: F401
1313
AsyncNetModuleTest,

0 commit comments

Comments
 (0)