• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit-ibm-runtime / 27547428802 / 1
87%
main: 87%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-2914-1e18f24e0185040c47ab7f8a2d86aa92a27efcf1
DEFAULT BRANCH: main
Ran 15 Jun 2026 12:57PM UTC
Files 315
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Jun 2026 12:50PM UTC coverage: 87.013%. Remained the same
27547428802.1

push

github

web-flow
Update ruff config for more terse imports (#2921)

<!--
⚠️ The pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
  documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.

✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
-->

### Summary

Disable the
[`split-on-trailing-comma`](https://docs.astral.sh/ruff/settings/#lint_isort_split-on-trailing-comma)
`isort` option, in order to automatically enforce keeping imports in one
line (if they fit).

This restricts a bit the flexibility (ie. developers cannot keep imports
in multiple lines if they fit in one line), but it allows for more
consistency and an easier time grepping over the codebase. Plus,
arguably we don't exercise that flexibility (there are a good number of
imports of just one item that are using multiple lines, likely due to
copy-pasting).

### Details and comments

Fixes N/A

There is also
https://docs.astral.sh/ruff/settings/#format_skip-magic-trailing-comma,
which applies not only to `import` but to the other statement. It felt a
bit aggressive to apply (dry-running it, it did caught some instances
where being more compact made sense, but there seemed to be enough
examples for extra lines included for providing more readability).

### AI/LLM disclosure

- [x] I didn't use LLM tooling, or only used it privately.

8080 of 9286 relevant lines covered (87.01%)

0.87 hits per line

Source Files on job unit-tests_python3.13-ubuntu-latest - 27547428802.1
  • Tree
  • List 315
  • Changed 21
  • Source Changed 21
  • Coverage Changed 21
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27547428802
  • 22563b79 on github
  • Prev Job for on gh-readonly-queue/main/pr-2921-c8e44d74f962d4d68005646eb9afbdec93a7aac9 (#27428394045.9)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc