We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356f6a7 commit 96b7a95Copy full SHA for 96b7a95
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
black --version
28
git diff --name-only $BASE_SHA..$HEAD_SHA | grep "*.py" | xargs black --diff --check
29
mypy --version
30
- mypy
+ mypy pyevmasm
31
32
test37:
33
runs-on: ubuntu-latest
0 commit comments