diff --git a/makefile b/makefile index 53463f48..643fe1c7 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ install: pip install -e . test: ## Run tests - pytest $(SRC_PATH) + pytest tests lint: ## Format code ruff format .