Skip to content

Commit 7a1c707

Browse files
[pre-commit.ci] pre-commit autoupdate (#64)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.1...v0.14.3) - [github.com/keewis/blackdoc: v0.4.4 → v0.4.5](keewis/blackdoc@v0.4.4...v0.4.5) - [github.com/adhtruong/mirrors-typos: v1.38.1 → v1.39.0](adhtruong/mirrors-typos@v1.38.1...v1.39.0) - [github.com/zizmorcore/zizmor-pre-commit: v1.15.2 → v1.16.2](zizmorcore/zizmor-pre-commit@v1.15.2...v1.16.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 120ca04 commit 7a1c707

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: validate-pyproject
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.1
30+
rev: v0.14.3
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: black-jupyter
3838
- repo: https://github.com/keewis/blackdoc
39-
rev: v0.4.4
39+
rev: v0.4.5
4040
hooks:
4141
- id: blackdoc
4242
additional_dependencies: ["black==25.9.0"]
@@ -49,7 +49,7 @@ repos:
4949
- "--extra-keys=metadata.kernelspec"
5050
- "metadata.language_info.version"
5151
- repo: https://github.com/adhtruong/mirrors-typos
52-
rev: v1.38.1
52+
rev: v1.39.0
5353
hooks:
5454
- id: typos
5555
exclude: ".*\\.ipynb$"
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: action-validator
6060
- repo: https://github.com/zizmorcore/zizmor-pre-commit
61-
rev: v1.15.2
61+
rev: v1.16.2
6262
hooks:
6363
- id: zizmor
6464
- repo: local

0 commit comments

Comments
 (0)