Skip to content

Commit

Permalink
CI Update ruff invoke command in comment (scikit-learn#28854)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb committed Apr 17, 2024
1 parent beb7177 commit db9b045
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_tools/get_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ def get_message(log_file, repo, pr_number, sha, run_id, details, versions):
end="Problems detected by ruff",
title="`ruff`",
message=(
"`ruff` detected issues. Please run `ruff --fix --output-format=full .` "
"locally, fix the remaining issues, and push the changes. "
"Here you can see the detected issues. Note that the installed "
f"`ruff` version is `ruff={versions['ruff']}`."
"`ruff` detected issues. Please run "
"`ruff check --fix --output-format=full .` locally, fix the remaining "
"issues, and push the changes. Here you can see the detected issues. Note "
f"that the installed `ruff` version is `ruff={versions['ruff']}`."
),
details=details,
)
Expand Down

0 comments on commit db9b045

Please sign in to comment.