Skip to content

Commit

Permalink
docs(makefile): update style command
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 6, 2024
1 parent 11e2037 commit 58f3af5
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 @@ -7,7 +7,7 @@ quality:
# this target runs checks on all files and potentially modifies some of them
style:
ruff format .
ruff --fix .
ruff check --fix .

# Run tests for the library
test:
Expand Down

0 comments on commit 58f3af5

Please sign in to comment.