Skip to content

Commit eeb0597

Browse files
committed
build: use prek instead of pre-commit
1 parent 5121a8d commit eeb0597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BUILD_DIR := 'build-dir'
2929

3030
# Format code
3131
@format:
32-
uv run pre-commit run --all-files
32+
uvx prek run --all-files
3333

3434
# Regenerate Python dependency file
3535
[group('support')]

0 commit comments

Comments
 (0)