Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit d2f28d1

Browse files
author
Bob Green
committed
Show error codes on mypy failures
1 parent b1a5a53 commit d2f28d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ flake8:
1616
@flake8 --ignore=E741,W503,W504 backoff tests
1717

1818
mypy:
19-
@mypy backoff tests
19+
@mypy --show-error-codes backoff tests
2020

2121
clean:
2222
@find . -name "*.pyc" -delete

0 commit comments

Comments
 (0)