Skip to content

Commit 2b7377d

Browse files
authored
Improves check-py-ruff-fix human-readable help text
1 parent 7060428 commit 2b7377d

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
@@ -122,7 +122,7 @@ check-py-ruff-lint: ## Run ruff linter
122122
(echo "$(COLOR_RED)Run '$(notdir $(MAKE)) check-py-ruff-fix' to fix some of these automatically if [*] appears above, then run '$(notdir $(MAKE)) $(MAKECMDGOALS)' again." && false)
123123

124124
.PHONY: check-py-ruff-fix
125-
check-py-ruff-fix: ## Run ruff linter
125+
check-py-ruff-fix: ## Run ruff linter with automatic fixes
126126
$(MAKE) check-py-ruff-lint RUFF_CHECK_OPTS=--fix
127127

128128
.PHONY: check-py-black

0 commit comments

Comments
 (0)