FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update pre-commit with zizmor and Ruff fixes by hugovk · Pull Request #143095 · python/cpython · GitHub

/ cpython Public

Update pre-commit with zizmor and Ruff fixes - #143095

Merged
hugovk merged 5 commits into
python:mainfrom
hugovk:3.15-ci-replace-cmd-with-pwsh
Dec 23, 2025
Merged

Update pre-commit with zizmor and Ruff fixes#143095
hugovk merged 5 commits into
python:mainfrom
hugovk:3.15-ci-replace-cmd-with-pwsh

Conversation

hugovk commented Dec 23, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

Follow on from #143068.

  • Fix zizmor: Replace shell: cmd with shell: pwsh
  • Fix Ruff's FURB101: Path.open() followed by read() can be replaced by Path("Doc/sphinx-warnings.txt").read_text(encoding="UTF-8")
  • Update other pre-commit hooks

📚 Documentation preview 📚: https://cpython-previews--143095.org.readthedocs.build/

hugovk added needs backport to 3.13 bugs and security fixes infra CI, GitHub Actions, buildbots, Dependabot, etc. needs backport to 3.14 bugs and security fixes labels Dec 23, 2025
hugovk merged commit f783cc3 into python:main Dec 23, 2025
69 checks passed
hugovk deleted the 3.15-ci-replace-cmd-with-pwsh branch December 23, 2025 15:51

Copy link
Copy Markdown

Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

Copy link
Copy Markdown

Sorry, @hugovk, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker f783cc37ebdc2fb9a2b5f967b99caaa886ff4ae4 3.14

Copy link
Copy Markdown

Sorry, @hugovk, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker f783cc37ebdc2fb9a2b5f967b99caaa886ff4ae4 3.13

hugovk added a commit to hugovk/cpython that referenced this pull request Dec 23, 2025
(cherry picked from commit f783cc3)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>

bedevere-app Bot commented Dec 23, 2025

Copy link
Copy Markdown

GH-143102 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Dec 23, 2025
hugovk removed the needs backport to 3.13 bugs and security fixes label Dec 23, 2025
hugovk added a commit to hugovk/cpython that referenced this pull request Dec 23, 2025
…pythonGH-143102)

(cherry picked from commit e6b11c8)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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

Labels

infra CI, GitHub Actions, buildbots, Dependabot, etc. skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL