Skip to content

Commit

Permalink
Let's just use ruff not black and ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 8, 2024
1 parent b6af278 commit 7172845
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,9 @@ tpu-tgi:

# Run code quality checks
style_check:
black --check .
ruff .

style:
black .
ruff check . --fix

# Utilities to release to PyPi
Expand Down

0 comments on commit 7172845

Please sign in to comment.