Skip to content

Commit 429f4f0

Browse files
[pre-commit.ci] pre-commit autoupdate (#1036)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](astral-sh/ruff-pre-commit@0671d8a...c59bba8) - [github.com/zizmorcore/zizmor-pre-commit: 9257c6050c0261b8c57e712f632dc4a8010109a9 → e3eebf65325ccc992422292cb7a4baee967cf815](zizmorcore/zizmor-pre-commit@9257c60...e3eebf6) * fix zizmor reported issue --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: mayeut <mayeut@users.noreply.github.com>
1 parent 926bab5 commit 429f4f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
env:
120120
CIBW_ARCHS: "${{ matrix.archs }}"
121121
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
122-
CIBW_ENABLE: "${{ startsWith(github.ref, 'refs/tags/v') && '' || 'cpython-prerelease'}}"
122+
CIBW_ENABLE: "${{ (!startsWith(github.ref, 'refs/tags/v')) && 'cpython-prerelease' || '' }}"
123123
CIBW_PLATFORM: "${{ matrix.platform }}"
124124
SOURCE_DATE_EPOCH: "${{ needs.prebuild.outputs.SOURCE_DATE_EPOCH }}"
125125
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # frozen: v0.15.15
21+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
2222
hooks:
2323
- id: ruff-check
2424
args: ["--fix", "--show-fixes"]
@@ -62,6 +62,6 @@ repos:
6262
- types-setuptools
6363

6464
- repo: https://github.com/zizmorcore/zizmor-pre-commit
65-
rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2
65+
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
6666
hooks:
6767
- id: zizmor

0 commit comments

Comments
 (0)