Skip to content

Commit

Permalink
build: added ruff --fix-only to make format
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 5, 2023
1 parent dfd5a1a commit c669bc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ lint:
poetry run ruff ${SRCDIRS}

format:
poetry run ruff --fix-only ${SRCDIRS}
poetry run pyupgrade --py310-plus ${SRCFILES}
poetry run black ${SRCDIRS}

Expand Down

0 comments on commit c669bc9

Please sign in to comment.