We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d59946 commit e32cbabCopy full SHA for e32cbab
Makefile
@@ -21,7 +21,7 @@ format:
21
poetry run black aws_lambda_powertools tests examples
22
23
lint: format
24
- poetry run ruff aws_lambda_powertools tests examples
+ poetry run ruff check aws_lambda_powertools tests examples
25
26
lint-docs:
27
docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli "docs"
0 commit comments