This repository was archived by the owner on Sep 8, 2025. It is now read-only.
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=
104104 {[common-lint]commands}
105105 flake8 {toxinidir}/tests --exclude =" trinity,p2p"
106106 # 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
108108
109109[testenv:py36-lint]
110110deps = {[common-lint]deps}
@@ -116,5 +116,5 @@ commands=
116116 flake8 {toxinidir}/trinity
117117 flake8 {toxinidir}/scripts
118118 # 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