Skip to content

Commit 18a7ce3

Browse files
tmbnvclaude
andcommitted
Simplify venv creation in Makefile
Remove explicit venv creation step as uv sync and pip install will handle this automatically. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c6dbdbc commit 18a7ce3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ autofix:
1212
# Create virtual environment and install dependencies using uv
1313
venv:
1414
type uv # uv must be installed
15-
python -m venv .venv
1615
uv sync --all-extras
1716
uv pip install -e .
1817

0 commit comments

Comments
 (0)