Skip to content

Commit 5ffd081

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0) - [github.com/zizmorcore/zizmor-pre-commit: v1.16.2 → v1.16.3](zizmorcore/zizmor-pre-commit@v1.16.2...v1.16.3)
1 parent b014163 commit 5ffd081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ repos:
2727
hooks:
2828
- id: validate-pyproject
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.3
30+
rev: v0.14.4
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
3434
- repo: https://github.com/psf/black-pre-commit-mirror
35-
rev: 25.9.0
35+
rev: 25.11.0
3636
hooks:
3737
- id: black-jupyter
3838
- repo: https://github.com/keewis/blackdoc
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: action-validator
6060
- repo: https://github.com/zizmorcore/zizmor-pre-commit
61-
rev: v1.16.2
61+
rev: v1.16.3
6262
hooks:
6363
- id: zizmor
6464
- repo: local

0 commit comments

Comments
 (0)