Skip to content

Commit c46bb13

Browse files
committed
fix(Makefile): format before linting
1 parent ec37338 commit c46bb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ format:
1111
poetry run black aws_lambda_powertools
1212
poetry run black tests
1313

14-
lint:
14+
lint: format
1515
poetry run flake8
1616

1717
test:
@@ -20,7 +20,7 @@ test:
2020
test-html:
2121
poetry run pytest --cov-report html
2222

23-
pr: format lint test
23+
pr: lint test
2424

2525
build: pr
2626
poetry run build

0 commit comments

Comments
 (0)