diff --git a/Makefile b/Makefile index 2c5c3223509..a91464e5f56 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ format: poetry run black aws_lambda_powertools tests examples lint: format - poetry run ruff aws_lambda_powertools tests examples + poetry run ruff check aws_lambda_powertools tests examples lint-docs: docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli "docs"