fix: Reformat code with Ruff 0.16.0 - #1268
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughWalkthroughDocumentation code examples are reformatted across customization, HTTP retry, resolver configuration, and wheel build tag hook proposals. The changes adjust whitespace, line wrapping, and compactness while preserving shown logic and type contracts. The Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Ruff 0.16.0 enables more checkers by default and can now format code in Markdown files, too. See: https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md Signed-off-by: Christian Heimes <cheimes@redhat.com>
|
Tick the box to add this pull request to the merge queue (same as
|
|
Pull Request Description
What
Reformat code with latest Ruff. Ruff 0.16.0 enables more checkers by default and can now format code in Markdown files, too.
Why
See https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md