Skip to content

Commit b428a7e

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#542)
<!--pre-commit.ci start--> updates: - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](pappasam/toml-sort@v0.24.2...v0.24.3) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) - [github.com/woodruffw/zizmor-pre-commit: v1.12.1 → v1.14.2](zizmorcore/zizmor-pre-commit@v1.12.1...v1.14.2) <!--pre-commit.ci end-->
2 parents b150653 + b1f97f0 commit b428a7e

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
@@ -29,7 +29,7 @@ repos:
2929
args: [ '--branch', 'main' ]
3030
- id: trailing-whitespace
3131
- repo: https://github.com/pappasam/toml-sort
32-
rev: v0.24.2
32+
rev: v0.24.3
3333
hooks:
3434
- id: toml-sort-fix
3535
- repo: https://github.com/adrienverge/yamllint.git
@@ -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.11
52+
rev: v0.13.3
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.3
95+
rev: 0.34.0
9696
hooks:
9797
- id: check-github-workflows
9898
- id: check-readthedocs
9999
- repo: https://github.com/woodruffw/zizmor-pre-commit
100-
rev: v1.12.1
100+
rev: v1.14.2
101101
hooks:
102102
- id: zizmor
103103
args: [ '--config=.zizmor.yml' ]

0 commit comments

Comments
 (0)