Skip to content

Commit

Permalink
Re-lock Poetry dependencies (#148)
Browse files Browse the repository at this point in the history
* chore(Makefile): check lock file consistency
* build(deps): run `poetry lock --no-update`
  • Loading branch information
mkniewallner authored Oct 2, 2022
1 parent 1c18066 commit 318f502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 386 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ install: ## Install the poetry environment
@poetry shell

check: ## Lint code using pre-commit and check obsolete dependencies using deptry.
@echo "🚀 Checking Poetry lock file consistency with 'pyproject.toml': Running poetry lock --check"
@poetry lock --check
@echo "🚀 Linting code: Running pre-commit"
@pre-commit run -a
@echo "🚀 Static type checking: Running mypy"
Expand Down
Loading

0 comments on commit 318f502

Please sign in to comment.