Skip to content

Commit 354e624

Browse files
committed
improv: speed up formatting
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent a7d078c commit 354e624

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ dev-docs:
1010
cd docs && npm install
1111

1212
format:
13-
poetry run isort -rc .
14-
poetry run black aws_lambda_powertools
15-
poetry run black tests
13+
poetry run isort -rc aws_lambda_powertools tests example
14+
poetry run black aws_lambda_powertools tests
1615

1716
lint: format
1817
poetry run flake8

0 commit comments

Comments
 (0)