Skip to content

Commit cb252d6

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#534)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.11](astral-sh/ruff-pre-commit@v0.12.7...v0.12.11) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) - [github.com/woodruffw/zizmor-pre-commit: v1.11.0 → v1.12.1](zizmorcore/zizmor-pre-commit@v1.11.0...v1.12.1) <!--pre-commit.ci end-->
2 parents 1dc534c + 3790c56 commit cb252d6

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
@@ -9,7 +9,7 @@ repos:
99
args: [ '--py39-plus' ]
1010
exclude: ^tests/conftest\.py$
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: check-json
1515
- id: pretty-format-json
@@ -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.12.7
52+
rev: v0.12.11
5353
hooks:
5454
- id: ruff-check
5555
args: [ '--fix', '--show-fixes' ]
@@ -92,12 +92,12 @@ repos:
9292
- id: numpydoc-validation
9393
exclude: "^docs/|^tests/"
9494
- repo: https://github.com/python-jsonschema/check-jsonschema
95-
rev: 0.33.2
95+
rev: 0.33.3
9696
hooks:
9797
- id: check-github-workflows
9898
- id: check-readthedocs
9999
- repo: https://github.com/woodruffw/zizmor-pre-commit
100-
rev: v1.11.0
100+
rev: v1.12.1
101101
hooks:
102102
- id: zizmor
103103
args: [ '--config=.zizmor.yml' ]

0 commit comments

Comments
 (0)