Skip to content

Commit

Permalink
chore: run mypy as part of lint rule in Makefile (vyperlang#3771)
Browse files Browse the repository at this point in the history
and remove the separate mypy rule. this makes the development workflow a
bit faster
  • Loading branch information
charles-cooper authored Feb 11, 2024
1 parent cc7c198 commit 37ef8f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ dev-init:
test:
pytest

mypy:
tox -e mypy

lint:
tox -e lint
tox -e lint,mypy

docs:
rm -f docs/vyper.rst
Expand Down

0 comments on commit 37ef8f4

Please sign in to comment.