You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ check-py-ruff-lint: ## Run ruff linter
122
122
(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)
123
123
124
124
.PHONY: check-py-ruff-fix
125
-
check-py-ruff-fix: ## Run ruff linter
125
+
check-py-ruff-fix: ## Run ruff linter with automatic fixes
0 commit comments