Skip to content

Commit 903065f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/pre-commit/mirrors-clang-format: v22.1.2 → v22.1.4](pre-commit/mirrors-clang-format@v22.1.2...v22.1.4) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2) - [github.com/zizmorcore/zizmor-pre-commit: v1.23.1 → v1.24.1](zizmorcore/zizmor-pre-commit@v1.23.1...v1.24.1) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.21.1](tox-dev/pyproject-fmt@v2.21.0...v2.21.1)
1 parent 689a7f3 commit 903065f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.9
3+
rev: v0.15.12
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
@@ -24,7 +24,7 @@ repos:
2424
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v22.1.2
27+
rev: v22.1.4
2828
hooks:
2929
- id: clang-format
3030
types: [c]
@@ -54,14 +54,14 @@ repos:
5454
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5555

5656
- repo: https://github.com/python-jsonschema/check-jsonschema
57-
rev: 0.37.1
57+
rev: 0.37.2
5858
hooks:
5959
- id: check-github-workflows
6060
- id: check-readthedocs
6161
- id: check-renovate
6262

6363
- repo: https://github.com/zizmorcore/zizmor-pre-commit
64-
rev: v1.23.1
64+
rev: v1.24.1
6565
hooks:
6666
- id: zizmor
6767

@@ -71,7 +71,7 @@ repos:
7171
- id: sphinx-lint
7272

7373
- repo: https://github.com/tox-dev/pyproject-fmt
74-
rev: v2.21.0
74+
rev: v2.21.1
7575
hooks:
7676
- id: pyproject-fmt
7777

0 commit comments

Comments
 (0)