https://github.com/python/cpython/commit/935a366dcae7feab54183043383ae06a1438b87e commit: 935a366dcae7feab54183043383ae06a1438b87e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-01-02T15:25:28Z summary:
[3.14] gh-143148: Replace pre-commit with prek in CI (GH-143149) (#143360) Co-authored-by: Johann Christensen <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Adam Turner <[email protected]> files: M .github/workflows/lint.yml M .github/zizmor.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d74ce8fcc256dc..12fad966845dea 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,4 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: actions/setup-python@v5 - with: - python-version: "3.x" - - uses: pre-commit/[email protected] + - uses: j178/prek-action@v1 diff --git a/.github/zizmor.yml b/.github/zizmor.yml index 9b42b47cc85545..fab3abcb355dfe 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -1,4 +1,4 @@ -# Configuration for the zizmor static analysis tool, run via pre-commit in CI +# Configuration for the zizmor static analysis tool, run via prek in CI # https://woodruffw.github.io/zizmor/configuration/ rules: dangerous-triggers: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
