Skip to content

Commit ad3f316

Browse files
committed
update Makefile
1 parent 56f8e59 commit ad3f316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install: ## Install the virtual environment and install the pre-commit hooks
77
.PHONY: check
88
check: ## Run code quality tools.
99
@echo "🚀 Checking lock file consistency with 'pyproject.toml'"
10-
@uv lock --locked
10+
@uv lock
1111
@echo "🚀 Linting code: Running pre-commit"
1212
@uv run pre-commit run -a
1313
@echo "🚀 Static type checking: Running mypy"

0 commit comments

Comments
 (0)