Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Sep 25, 2024
1 parent 5c93ea4 commit 024bc2e
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 205 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VERSION :=$(shell grep -E '^version += +' pyproject.toml | sed -E 's/.*= +//')
.PHONY: install
install: ## Install with the poetry and add pre-commit hooks
@echo "🚀 Installing packages with poetry"
@poetry install
@poetry install --all-extras --no-cache
@poetry run pre-commit install

.PHONY: check
Expand All @@ -20,7 +20,7 @@ check: ## Run code quality tools.
doc: ## Build sphinx documentation website locally
@echo "📖 Building documentation"
@cd docs
@poetry install --with docs
@poetry install --with docs --all-extras
@poetry run sphinx-build docs/ docs/_build

.PHONY: docker-build
Expand Down
Loading

0 comments on commit 024bc2e

Please sign in to comment.