We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc57fbe commit 5d65538Copy full SHA for 5d65538
.envrc
@@ -7,10 +7,10 @@ fi
7
PATH_add "$PWD/.venv/bin"
8
export VIRTUAL_ENV="$PWD/.venv"
9
10
-if [[ ! -f .git/hooks/pre-commit ]] || ! grep -q pre-commit .git/hooks/pre-commit 2>/dev/null; then
11
- pre-commit install --install-hooks
12
-fi
13
-
14
if [ ! -d .venv ]; then
15
uv sync
16
fi
+
+if [[ ! -f .git/hooks/pre-commit ]] || ! grep -q pre-commit .git/hooks/pre-commit 2>/dev/null; then
+ pre-commit install --install-hooks
+fi
0 commit comments