Skip to content

Commit

Permalink
Show error codes on mypy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Green committed Aug 19, 2021
1 parent b1a5a53 commit d2f28d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ flake8:
@flake8 --ignore=E741,W503,W504 backoff tests

mypy:
@mypy backoff tests
@mypy --show-error-codes backoff tests

clean:
@find . -name "*.pyc" -delete
Expand Down

0 comments on commit d2f28d1

Please sign in to comment.