Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 6, 2024
1 parent e4b1d28 commit 921418d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PIP = $(VENV_DIR)/bin/pip
.venv:
$(PYTHON) -m venv $(VENV_DIR)
$(PIP) install -U pip setuptools wheel
$(PIP) install maturin polars ruff mypy
$(PIP) install maturin polars ruff

install:
unset CONDA_PREFIX && \
Expand All @@ -20,7 +20,6 @@ pre-commit:
cargo +nightly fmt --all && cargo clippy --all-features
.venv/bin/python -m ruff check . --fix --exit-non-zero-on-fix
.venv/bin/python -m ruff format polars_h3 tests
.venv/bin/mypy polars_h3 tests

test:
.venv/bin/python -m pytest tests
Expand Down

0 comments on commit 921418d

Please sign in to comment.