Skip to content

Commit

Permalink
edit makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorianteffo committed Feb 6, 2024
1 parent 2a35714 commit 4ae42cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ up:
docker compose up --build -d

format:
docker exec lambda_job python -m black -S --line-length 79 .
docker exec lambda_job python -m black -S --line-length 85 .

isort:
docker exec lambda_job isort .
Expand Down

0 comments on commit 4ae42cd

Please sign in to comment.