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

Commit 0120e61

Browse files
committed
build: added --show-error-codes flag
1 parent a4da1b5 commit 0120e61

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
@@ -7,7 +7,7 @@ check-package:
77

88
.PHONY: check-typing
99
check-typing:
10-
poetry run mypy --strict .
10+
poetry run mypy --strict --show-error-codes .
1111

1212
.PHONY: check-format
1313
check-format:

0 commit comments

Comments
 (0)