From 03f09818d1555e67009879e1be7a45e2bdcd9218 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Thu, 6 Nov 2025 11:43:10 +0000 Subject: [PATCH] add shellcheck directive for bootstrap script --- scripts/bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bootstrap b/scripts/bootstrap index ae2f403..c276950 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -21,6 +21,7 @@ if [ ! -d "$HOME/.venv" ]; then echo "==> Creating virtual environment..." uv venv "$HOME/.venv" fi +# shellcheck source=/dev/null . "$HOME/.venv/bin/activate" echo "==> Installing dependencies..."