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

Commit

Permalink
build: added --show-error-codes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent a4da1b5 commit 0120e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ check-package:

.PHONY: check-typing
check-typing:
poetry run mypy --strict .
poetry run mypy --strict --show-error-codes .

.PHONY: check-format
check-format:
Expand Down

0 comments on commit 0120e61

Please sign in to comment.