Skip to content

Commit 51a88df

Browse files
authored
[CI] Run prek autoupdate; fix zizmor check (#3025)
1 parent 92fac3f commit 51a88df

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/python-wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595

9696
- name: Install uv
9797
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
98+
with:
99+
enable-cache: false
98100

99101
- name: Build sdist
100102
run: cd python && uv build --sdist

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ repos:
328328
description: a tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language
329329
args: [--py37-plus]
330330
- repo: https://github.com/psf/black-pre-commit-mirror
331-
rev: 26.3.1
331+
rev: 26.5.1
332332
hooks:
333333
- id: black-jupyter
334334
name: run black-jupyter
@@ -341,7 +341,7 @@ repos:
341341
description: audits Python environments, requirements files and dependency trees for known security vulnerabilities, and can automatically fix them
342342
args: ['.']
343343
- repo: https://github.com/pre-commit/mirrors-clang-format
344-
rev: v22.1.4
344+
rev: v22.1.5
345345
hooks:
346346
- id: clang-format
347347
name: run clang-format
@@ -369,7 +369,7 @@ repos:
369369
name: run gitleaks
370370
description: check for secrets with gitleaks
371371
- repo: https://github.com/zizmorcore/zizmor-pre-commit
372-
rev: v1.24.1
372+
rev: v1.25.2
373373
hooks:
374374
- id: zizmor
375375
name: run zizmor
@@ -555,7 +555,7 @@ repos:
555555
- id: blacken-docs
556556
name: run blacken-docs
557557
description: run `black` on python code blocks in documentation files
558-
additional_dependencies: [black==26.3.1]
558+
additional_dependencies: [black==26.5.1]
559559
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
560560
rev: 3.6.1
561561
hooks:

0 commit comments

Comments
 (0)