kneiff's picture
chore(history)!: publish anonymous repository root
2857cf3
Raw
History Blame Contribute Delete
290 Bytes
#!/usr/bin/env sh
# -- Block publication when the project audit cannot run or reports a trace.
if [ ! -x ".venv/bin/python" ]; then
echo "Privacy audit requires .venv/bin/python. Run uv sync --all-extras --locked." >&2
exit 1
fi
exec .venv/bin/python -m kneiff_dev.privacy_audit