Skip to content

Commit 8b233ea

Browse files
authored
Merge pull request #135 from target/rufffix
Improves check-py-ruff-fix human-readable help text
2 parents c3dfc6a + 2b7377d commit 8b233ea

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)