Skip to content

Commit e32cbab

Browse files
authored
fix(internal): call ruff with correct args (#3901)
1 parent 2d59946 commit e32cbab

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
@@ -21,7 +21,7 @@ format:
2121
poetry run black aws_lambda_powertools tests examples
2222

2323
lint: format
24-
poetry run ruff aws_lambda_powertools tests examples
24+
poetry run ruff check aws_lambda_powertools tests examples
2525

2626
lint-docs:
2727
docker run -v ${PWD}:/markdown 06kellyjac/markdownlint-cli "docs"

0 commit comments

Comments
 (0)