Skip to content

Commit

Permalink
mypy --show-error-codes (algorand#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored May 20, 2022
1 parent 53de26b commit 26d3945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@ black:
flake8:
flake8 $(ALLPY)

# TODO: add `tests` to $MYPY when graviton respects mypy (version 🐗)
MYPY = pyteal scripts
mypy:
mypy $(MYPY)
mypy --show-error-codes $(MYPY)

lint: black flake8 mypy

Expand Down

0 comments on commit 26d3945

Please sign in to comment.