Apply review comments

This commit is contained in:
2025-01-06 18:40:02 +01:00
parent 8d10a5e0ab
commit a491baddb9
3 changed files with 3 additions and 3 deletions

2
.envrc
View File

@ -1,5 +1,5 @@
if [[ ! -d .venv ]]; then
log_error 'No .venv folder found found. Use `uv sync` or `uv run` to create one first.'
log_error 'No .venv folder found. Use `uv sync` to create one first.'
exit 2
fi