openclaw - 💡(How to fix) Fix Apply ruff formatting to Python files in skills/ [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#75333Fetched 2026-05-01 05:35:01
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
2
Author
Timeline (top)
commented ×2closed ×1mentioned ×1subscribed ×1
RAW_BUFFERClick to expand / collapse

The skills/ directory contains Python scripts that need a clean ruff format pass to comply with the project's formatting rules. See task #18bcdd2d7657.

extent analysis

TL;DR

Run ruff format on the Python scripts in the skills/ directory to comply with the project's formatting rules.

Guidance

  • Identify the specific Python scripts in the skills/ directory that need formatting.
  • Run ruff format on each of these scripts to apply the project's formatting rules.
  • Verify that the formatting changes comply with the project's standards by reviewing the updated code.

Notes

This solution assumes that ruff is installed and configured correctly in the project environment.

Recommendation

Apply workaround: Run ruff format on the affected scripts, as it is a targeted solution to address the specific formatting issue in the skills/ directory.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Apply ruff formatting to Python files in skills/ [2 comments, 2 participants]