diff --git a/Makefile b/Makefile index 3dc1399..4956e36 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ test: ## Run the project testsuite(s) poetry run tox --recreate dev: ## Create the local dev environment - poetry install -E poetry + poetry install poetry run pre-commit install publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)