Skip to content

Commit c4bcdc1

Browse files
committed
Reword comment in Makefile
1 parent 773a276 commit c4bcdc1

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
@@ -16,7 +16,7 @@ install: ## Install the virtual environment with dependencies
1616
check: ## Run code quality tools.
1717
@echo "🚀 Checking lock file consistency with 'pyproject.toml'"
1818
@uv lock --locked
19-
@echo "🚀 Auto-formatting, Linting, and Type Checking code and documentation: Running prek"
19+
@echo "🚀 Auto-formatting/Linting code and documentation: Running prek"
2020
@uv run prek run -a
2121
@echo "🚀 Static type checking: Running mypy"
2222
@uv run mypy

0 commit comments

Comments
 (0)