Skip to content

Commit

Permalink
add hook command
Browse files Browse the repository at this point in the history
  • Loading branch information
lesnik512 committed Dec 14, 2024
1 parent ab8ceec commit 5988874
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ publish:
rm -rf dist
uv build
uv publish --token $PYPI_TOKEN

hook:
echo "just lint" > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit

0 comments on commit 5988874

Please sign in to comment.