Add dev make target for creating local dev environment

This commit is contained in:
2024-03-11 11:21:24 -04:00
parent 7a87f8ce6c
commit cad698670e
2 changed files with 4 additions and 4 deletions

View File

@@ -17,3 +17,7 @@ image: ## Build image
push: image ## Build and publish image
podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
dev: ## Setup local dev environment
poetry install --with dev
poetry run pre-commit install