Melf/update ci 2025#155
Merged
Merged
Conversation
405e4f6 to
eb6a131
Compare
There was a problem hiding this comment.
Pull request overview
This PR modernizes the CI/CD infrastructure and project configuration for pytket-iqm by migrating from setup.py to pyproject.toml, replacing pylint with ruff, and updating GitHub workflows to use reusable workflows from pytket-workflows. The changes also update repository URLs from CQCL to Quantinuum organization.
Key changes:
- Replaced setup.py with pyproject.toml for modern Python packaging
- Migrated from pylint to ruff for linting and formatting
- Consolidated GitHub workflows to use reusable workflows from Quantinuum/pytket-workflows
- Updated repository references from CQCL to Quantinuum
Reviewed changes
Copilot reviewed 27 out of 29 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Added new project configuration file with dependencies and dev requirements |
| setup.py | Removed legacy setup.py file |
| tests/test-requirements.txt | Removed in favor of dev-dependencies in pyproject.toml |
| .pylintrc | Removed legacy pylint configuration |
| ruff.toml | Updated ruff configuration with additional exclusions and removed TODO comments |
| tests/*.py | Reformatted imports with blank line after standard library imports |
| .github/workflows/*.yml | Replaced custom workflows with reusable Quantinuum/pytket-workflows |
| docs/* | Updated documentation references from CQCL to Quantinuum |
| README.md | Updated documentation, installation instructions, and repository references |
| mypy.ini | Changed target Python version from 3.11 to 3.10 and added sympy ignore rules |
| .pre-commit-config.yaml | Added pre-commit configuration for automated code quality checks |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CalMacCQ
approved these changes
Jan 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please summarise the changes.
Related issues
Please mention any github issues addressed by this PR.
Checklist