Skip to content

Commit bb3db72

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/woodruffw/zizmor-pre-commit: v1.23.1 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.24.1)
1 parent 990370e commit bb3db72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
5555
# Enforce that all noqa annotations always occur with specific codes.
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: "v0.15.9"
58+
rev: "v0.15.12"
5959
hooks:
6060
- id: ruff-check
6161
args: ["--fix", "--show-fixes"]
@@ -66,7 +66,7 @@ repos:
6666
- id: sp-repo-review
6767

6868
- repo: https://github.com/pycqa/isort
69-
rev: 8.0.1
69+
rev: 9.0.0a3
7070
hooks:
7171
- id: isort
7272
name: isort (python)
@@ -107,7 +107,7 @@ repos:
107107
# exclude: "extern/"
108108

109109
- repo: https://github.com/woodruffw/zizmor-pre-commit
110-
rev: v1.23.1
110+
rev: v1.24.1
111111
hooks:
112112
- id: zizmor
113113

0 commit comments

Comments
 (0)