Skip to content

Commit

Permalink
chore(Makefile): black -> ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Nov 18, 2023
1 parent bace3ed commit 817d102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ start_docs:
design_docs:
$(MAKE) -C docs design

black:
poetry run black `${PY_FILES}`
ruff_format:
poetry run ruff format .

ruff:
poetry run ruff .
Expand Down

0 comments on commit 817d102

Please sign in to comment.