Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Mar 30, 2024
1 parent 5af408b commit 680e163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ check_dirs := examples py_src/tokenizers tests
style:
python stub.py
ruff check $(check_dirs) --fix
ruff format $(check_dirs)t
ruff format $(check_dirs)

# Check the source code is formatted correctly
check-style:
Expand Down

0 comments on commit 680e163

Please sign in to comment.