Skip to content

Commit c63baf2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [github.com/woodruffw/zizmor-pre-commit: v1.18.0 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.18.0...v1.19.0)
1 parent 78bb691 commit c63baf2

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
@@ -49,7 +49,7 @@ repos:
4949
- id: rst-inline-touching-normal
5050
- id: text-unicode-replacement-char
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.14.7
52+
rev: v0.14.10
5353
hooks:
5454
- id: ruff-check
5555
args: [ '--fix', '--show-fixes' ]
@@ -87,17 +87,17 @@ repos:
8787
additional_dependencies: [ 'tomli' ]
8888
args: [ '--toml=pyproject.toml' ]
8989
- repo: https://github.com/numpy/numpydoc
90-
rev: v1.9.0
90+
rev: v1.10.0
9191
hooks:
9292
- id: numpydoc-validation
9393
exclude: "^docs/|^tests/"
9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.35.0
95+
rev: 0.36.0
9696
hooks:
9797
- id: check-github-workflows
9898
- id: check-readthedocs
9999
- repo: https://github.com/woodruffw/zizmor-pre-commit
100-
rev: v1.18.0
100+
rev: v1.19.0
101101
hooks:
102102
- id: zizmor
103103
args: [ '--config=.zizmor.yml' ]

0 commit comments

Comments
 (0)