Add dev make target for creating local dev environment
This commit is contained in:
parent
7a87f8ce6c
commit
cad698670e
4
Makefile
4
Makefile
@ -17,3 +17,7 @@ image: ## Build image
|
|||||||
|
|
||||||
push: image ## Build and publish image
|
push: image ## Build and publish image
|
||||||
podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
|
podman push $(REPOSITORY):v$(SEMAPHORE_VERSION)
|
||||||
|
|
||||||
|
dev: ## Setup local dev environment
|
||||||
|
poetry install --with dev
|
||||||
|
poetry run pre-commit install
|
||||||
|
@ -21,7 +21,3 @@ reorder-python-imports = "^3.12.0"
|
|||||||
pylint = "^3.1.0"
|
pylint = "^3.1.0"
|
||||||
pre-commit = "^3.6.2"
|
pre-commit = "^3.6.2"
|
||||||
pre-commit-hooks = "^4.5.0"
|
pre-commit-hooks = "^4.5.0"
|
||||||
|
|
||||||
[build-system]
|
|
||||||
requires = ["poetry-core"]
|
|
||||||
build-backend = "poetry.core.masonry.api"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user