Skip to content

Commit f96a8c2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [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/keewis/blackdoc: v0.4.5 → v0.4.6](keewis/blackdoc@v0.4.5...v0.4.6) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/adhtruong/mirrors-typos: v1.39.0 → v1.40.0](adhtruong/mirrors-typos@v1.39.0...v1.40.0) - [github.com/zizmorcore/zizmor-pre-commit: v1.16.2 → v1.18.0](zizmorcore/zizmor-pre-commit@v1.16.2...v1.18.0)
1 parent 4fac4c6 commit f96a8c2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: check-docstring-first
1313
- repo: https://github.com/rbubley/mirrors-prettier
14-
rev: v3.6.2
14+
rev: v3.7.3
1515
hooks:
1616
- id: prettier
1717
args: ["--cache-location=.prettier_cache/cache"]
@@ -27,29 +27,29 @@ 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.7
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
39-
rev: v0.4.5
39+
rev: v0.4.6
4040
hooks:
4141
- id: blackdoc
4242
additional_dependencies: ["black==25.9.0"]
4343
- id: blackdoc-autoupdate-black
4444
- repo: https://github.com/kynan/nbstripout
45-
rev: 0.8.1
45+
rev: 0.8.2
4646
hooks:
4747
- id: nbstripout
4848
args:
4949
- "--extra-keys=metadata.kernelspec"
5050
- "metadata.language_info.version"
5151
- repo: https://github.com/adhtruong/mirrors-typos
52-
rev: v1.39.0
52+
rev: v1.40.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.16.2
61+
rev: v1.18.0
6262
hooks:
6363
- id: zizmor
6464
- repo: local

0 commit comments

Comments
 (0)