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.
This pull request introduces several updates to improve workflows, documentation, and project configurations. Key changes include transitioning to modern tools (
uv), revising CI/CD workflows, updating pre-commit hooks, and removing outdated files. Below is a categorized summary of the most important changes.Workflow and Tooling Updates:
.github/workflows/cd.yml: Enabledpull_requestandpushtriggers for the CD workflow and added attestation generation for build artifacts. [1] [2].github/workflows/ci.yml: Updated Python versions in the matrix, addeduvsetup, replacedpipcommands withuv sync, and modified the Pylint step to useuvx. [1] [2] [3]Documentation Updates:
.github/CONTRIBUTING.md: Replacednoxandpipxcommands withuvequivalents, simplified documentation build instructions, and clarified pre-commit setup. [1] [2] [3] [4]docs/conf.py: Addedhtml_theme_optionsfor GitHub integration and updated copyright year. [1] [2]Pre-commit Configuration Updates:
.pre-commit-config.yaml: Excluded certain files, updated dependencies for hooks, and replaced outdated repositories with newer ones. [1] [2] [3]Removal of Outdated Files:
CODE_OF_CONDUCT.md,README.mdinstallation section,SECURITY.md,_config.yml, and.readthedocs.yml. These were either redundant or replaced by modern tooling. [1] [2] [3] [4] [5]Minor Updates:
LICENSE,docs/conf.py). [1] [2].github/release.yml: Excluded certain authors from the changelog.