Skip to content

Commit f889f4e

Browse files
committed
chore: add pre-commit hook installation to development dependencies
1 parent 8ccb407 commit f889f4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ default:
55
# Install development dependencies
66
install:
77
uv sync --all-extras
8+
uv run pre-commit install
9+
uv run pre-commit install --hook-type commit-msg
810

911
# Upgrade all uv dependencies
1012
upgrade:

0 commit comments

Comments
 (0)