File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ commands=
104
104
{[common-lint]commands}
105
105
flake8 {toxinidir}/tests --exclude =" trinity,p2p"
106
106
# TODO: Drop --ignore-missing-imports once we have type annotations for eth_utils, coincurve and cytoolz
107
- mypy --follow-imports =silent --ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs -p eth
107
+ mypy --follow-imports =silent --warn-unused-ignores -- ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs -p eth
108
108
109
109
[testenv:py36-lint]
110
110
deps = {[common-lint]deps}
@@ -116,5 +116,5 @@ commands=
116
116
flake8 {toxinidir}/trinity
117
117
flake8 {toxinidir}/scripts
118
118
# TODO: Drop --ignore-missing-imports once we have type annotations for eth_utils, coincurve and cytoolz
119
- mypy --follow-imports =silent --ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs --disallow-untyped-defs --disallow-any-generics scripts/benchmark
120
- mypy --follow-imports =silent --ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs --disallow-untyped-defs --disallow-any-generics -p p2p -p trinity
119
+ mypy --follow-imports =silent --warn-unused-ignores -- ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs --disallow-untyped-defs --disallow-any-generics scripts/benchmark
120
+ mypy --follow-imports =silent --warn-unused-ignores -- ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs --disallow-untyped-defs --disallow-any-generics -p p2p -p trinity
You can’t perform that action at this time.
0 commit comments