Skip to content

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Jul 30, 2025

Summary

Turns out module=r"^qiskit$" only matches the top Qiskit module so only qiskit/__init__.py was being matched. module=r"^qiskit" correctly matches all the submodules.

Details and comments

Fixes #

@kt474 kt474 added the type: QA Issues and PRs that relate to testing and code quality label Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: QA Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant