Skip to content

Commit a9e7ca5

Browse files
committed
chore(ci): ensure mypy runs on examples
1 parent f1d1ff3 commit a9e7ca5

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
@@ -99,4 +99,4 @@ changelog:
9999
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog > CHANGELOG.md
100100

101101
mypy:
102-
poetry run mypy --pretty aws_lambda_powertools
102+
poetry run mypy --pretty aws_lambda_powertools examples

0 commit comments

Comments
 (0)