Skip to content

Commit

Permalink
Use current Ruff --fix command
Browse files Browse the repository at this point in the history
This changed, so the old `ruff --fix` no longer works.
  • Loading branch information
StevenMaude committed Aug 13, 2024
1 parent aab7b5a commit 61537fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ check: black ruff
# fix formatting and import sort ordering
fix: devenv
$BIN/black .
$BIN/ruff --fix .
$BIN/ruff check --fix .


# Run the dev project
Expand Down

0 comments on commit 61537fa

Please sign in to comment.