We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f8e59 commit ad3f316Copy full SHA for ad3f316
Makefile
@@ -7,7 +7,7 @@ install: ## Install the virtual environment and install the pre-commit hooks
7
.PHONY: check
8
check: ## Run code quality tools.
9
@echo "🚀 Checking lock file consistency with 'pyproject.toml'"
10
- @uv lock --locked
+ @uv lock
11
@echo "🚀 Linting code: Running pre-commit"
12
@uv run pre-commit run -a
13
@echo "🚀 Static type checking: Running mypy"
0 commit comments