Skip to content

Commit

Permalink
Updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Nov 9, 2024
1 parent 73d345a commit 77e07d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ install: venv
uv sync --all-extras
uv run pre-commit install

install-no-pre-commit:
uv pip install ".[dev,hnsw,pynndescent]"

install-base:
uv sync --extra dev

fix:
uv run pre-commit run --all-files

Expand Down

0 comments on commit 77e07d2

Please sign in to comment.