Skip to content

Commit

Permalink
Undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
wigging committed Jan 9, 2025
1 parent 2ba422f commit 6084313
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 @@ -22,7 +22,7 @@ help:
# Run linter and formatter checks using ruff
checks:
ruff check src
ruff format --diff --check src
ruff format --check src

reformat:
ruff check src --fix --unsafe-fixes
Expand Down

0 comments on commit 6084313

Please sign in to comment.