Skip to content

Commit

Permalink
Rename just fmt (since formatting no more)
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Dec 20, 2024
1 parent b466ec3 commit 0ec9a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
default:
@just --list

# Auto-format the source tree
fmt:
pre-commit run --all-files
# Run pre-commit hooks on all files, including autoformatting
pre-commit-all:
pre-commit run --all-files

# Run 'cargo run' on the project
run *ARGS:
Expand Down

0 comments on commit 0ec9a26

Please sign in to comment.