Skip to content

Commit

Permalink
Remove lock flag from check (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdreyer authored Dec 19, 2024
1 parent 1512d06 commit 950a860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolkits/math/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ bump-version: ## Bump the version in the pyproject.toml file

.PHONY: check
check: ## Run code quality tools.
@echo "πŸš€ Checking Poetry lock file consistency with 'pyproject.toml': Running poetry check --lock"
@poetry check --lock
@echo "πŸš€ Checking Poetry lock file consistency with 'pyproject.toml': Running poetry check"
@poetry check
@echo "πŸš€ Linting code: Running pre-commit"
@poetry run pre-commit run -a
@echo "πŸš€ Static type checking: Running mypy"
Expand Down

0 comments on commit 950a860

Please sign in to comment.