Skip to content

Commit

Permalink
Run mypy on manticore directory by default (#1573)
Browse files Browse the repository at this point in the history
Use explicit file path in mypy.ini for default runs
  • Loading branch information
ekilmer authored and Eric Hennenfent committed Dec 16, 2019
1 parent 1c67927 commit 3de18f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
black --version
git diff --name-only $BASE_SHA..$HEAD_SHA | python scripts/pyfile_exists.py | xargs black --diff --check
mypy --version
mypy manticore
mypy
tests:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[mypy]
python_version = 3.6
files = manticore

# Generated file
[mypy-manticore.ethereum.parsetab]
Expand Down

0 comments on commit 3de18f6

Please sign in to comment.