From 4f760fa1e5ad33f8fca97257da59a8724ecac16d Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Fri, 7 May 2021 22:12:13 -0400 Subject: [PATCH] Add dev makefile target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8c7c842..2ace9ea 100644 --- a/Makefile +++ b/Makefile @@ -45,3 +45,7 @@ publish: clean test wheel source ## Build and upload to pypi (requires $PYPI_API docs: clean-docs ## Build the documentation using Sphinx poetry run tox -e docs + +dev: ## Create local dev environment + poetry install --remove-untracked + poetry run pre-commit install