diff --git a/Justfile b/Justfile index 1a841b1..aa00c4d 100644 --- a/Justfile +++ b/Justfile @@ -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