Skip to content

feat: batch update to SOTA Python#92

Merged
szymonmaszke merged 3 commits intomainfrom
89
Dec 26, 2025
Merged

feat: batch update to SOTA Python#92
szymonmaszke merged 3 commits intomainfrom
89

Conversation

@szymonmaszke
Copy link
Copy Markdown
Member

Checklist

  • I agree to follow this project's Code of Conduct
  • I have read this project's Contributing Guide
  • I have created relevant issue(s) and linked them in the PR description

Closes #83 #89 #90 #91

Signed-off-by: szymonmaszke <github@maszke.co>
Copilot AI review requested due to automatic review settings December 26, 2025 18:18
@github-actions github-actions bot added security Security updates tests Tests updates actions GitHub Actions updates deps Dependencies updates docs Documentation updates config Configuration files updates python Python related changes feat Feature labels Dec 26, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements a batch update to bring Python tooling to state-of-the-art (SOTA) standards. The primary changes include:

  • Replacing basedpyright with ty for type checking
  • Removing Renovate-specific workflows and configurations
  • Removing editorconfig-checker and cffconvert dependencies
  • Adding noqaexplain for linter ignore rule documentation
  • Adding explanatory comments (enq) for shellcheck, yamllint, and other linter ignores
  • Updating pre-commit hooks and GitHub Actions versions
  • Updating numerous Python dependencies to latest versions

Reviewed changes

Copilot reviewed 142 out of 150 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Replaced basedpyright with ty, added noqaexplain, removed editorconfig-checker and cffconvert, updated Ruff configuration
pdm.lock Updated all dependencies to latest versions including major version bumps
template-setup/settings-issue/*.md Removed Mend Renovate Bot recommendation
template-setup/*.sh Added enq comments explaining shellcheck ignores
docs/scripts/*.py Added ty ignore comments for unresolved imports
.github/workflows/*-renovate.yml Deleted Renovate-specific workflow files
.github/workflows/*.yml Added enq comments explaining yamllint/zizmor ignores, updated action versions
.pre-commit-config.yaml Removed renovate check, updated hook versions, added enq comments
osv-scanner.toml Added nbconvert vulnerability ignore
mkdocs.yml Added enq comment for yamllint ignore
CHANGELOG.md Fixed pyml comment formatting

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Signed-off-by: szymonmaszke <github@maszke.co>
@szymonmaszke szymonmaszke merged commit 0575592 into main Dec 26, 2025
136 of 137 checks passed
@szymonmaszke szymonmaszke deleted the 89 branch December 26, 2025 18:33
Signed-off-by: szymonmaszke <github@maszke.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions GitHub Actions updates config Configuration files updates deps Dependencies updates docs Documentation updates feat Feature python Python related changes security Security updates tests Tests updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix permission clash when generation is ran weekly

2 participants