fix: wrap long lines in idb_client.py to pass ruff format check - #206
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughIn ChangesRuff formatting fix in idb_client.py
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
Summary
Two lines in
minitap/mobile_use/clients/idb_client.pyexceed the 100-character line length limit enforced byruff format --check:re.match(...)call pushed over the limit when|Localizedwas added to the regex in commit 9319672This PR fixes both by:
re.matchcall with standard ruff-style argument-per-line formattingFixes #204
Changes
minitap/mobile_use/clients/idb_client.py: wrap comment at line 388 and breakre.matchcall at line 390 to stay under 100 charsSummary by CodeRabbit