File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ Use regex pattern for ``mypy `` command for ``tox `` / ``make lint `` linting commands.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ commands=
66
66
flake8 {toxinidir}/web3 {toxinidir}/ens {toxinidir}/ethpm {toxinidir}/tests --exclude {toxinidir}/ethpm/ethpm-spec,{toxinidir}/**/*_pb2.py
67
67
black {toxinidir}/ens {toxinidir}/ethpm {toxinidir}/web3 {toxinidir}/tests {toxinidir}/setup.py --exclude /ethpm/ethpm-spec/|/ethpm/_utils/protobuf/ipfs_file_pb2\.py --check
68
68
isort --recursive --skip {toxinidir}/ethpm/_utils/protobuf/ipfs_file_pb2.py --skip {toxinidir}/ethpm/ethpm-spec --check-only --diff {toxinidir}/web3/ {toxinidir}/ens/ {toxinidir}/ethpm/ {toxinidir}/tests/
69
- mypy -p web3 -p ethpm -p ens --exclude {toxinidir}/ ethpm/_utils/protobuf/ipfs_file_pb2.py --config-file {toxinidir}/mypy.ini
69
+ mypy -p web3 -p ethpm -p ens --exclude ethpm/_utils/protobuf/ipfs_file_pb2\ .py --config-file {toxinidir}/mypy.ini
70
70
71
71
[testenv:benchmark]
72
72
basepython =python
You can’t perform that action at this time.
0 commit comments