Skip to content

Commit 0359342

Browse files
committed
chore: use prek for lint
1 parent ce0dae1 commit 0359342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typing:
1212

1313
# Run linting and formatting
1414
lint:
15-
uvx --with pre-commit-uv pre-commit run -a
15+
uvx prek run -a
1616

1717
# Run all checks (format, lint, typing, test)
1818
check: lint typing test

0 commit comments

Comments
 (0)