From 921418d26ddfca781eb90ee7a7156c0fa75425a2 Mon Sep 17 00:00:00 2001 From: Sergey Date: Thu, 5 Dec 2024 18:35:40 -0700 Subject: [PATCH] . --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b93be2c..981c9ea 100644 --- a/Makefile +++ b/Makefile @@ -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 && \ @@ -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