Skip to content

Commit ecc48f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9) - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.3.1](psf/black-pre-commit-mirror@26.1.0...26.3.1) - [github.com/pre-commit/mirrors-clang-format: v22.1.0 → v22.1.2](pre-commit/mirrors-clang-format@v22.1.0...v22.1.2) - [github.com/python-jsonschema/check-jsonschema: 0.37.0 → 0.37.1](python-jsonschema/check-jsonschema@0.37.0...0.37.1) - [github.com/zizmorcore/zizmor-pre-commit: v1.22.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.22.0...v1.23.1) - [github.com/tox-dev/pyproject-fmt: v2.16.2 → v2.21.0](tox-dev/pyproject-fmt@v2.16.2...v2.21.0)
1 parent fcf033b commit ecc48f9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.4
3+
rev: v0.15.9
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 26.1.0
9+
rev: 26.3.1
1010
hooks:
1111
- id: black
1212

@@ -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.0
27+
rev: v22.1.2
2828
hooks:
2929
- id: clang-format
3030
types: [c]
@@ -52,14 +52,14 @@ repos:
5252
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5353

5454
- repo: https://github.com/python-jsonschema/check-jsonschema
55-
rev: 0.37.0
55+
rev: 0.37.1
5656
hooks:
5757
- id: check-github-workflows
5858
- id: check-readthedocs
5959
- id: check-renovate
6060

6161
- repo: https://github.com/zizmorcore/zizmor-pre-commit
62-
rev: v1.22.0
62+
rev: v1.23.1
6363
hooks:
6464
- id: zizmor
6565

@@ -69,7 +69,7 @@ repos:
6969
- id: sphinx-lint
7070

7171
- repo: https://github.com/tox-dev/pyproject-fmt
72-
rev: v2.16.2
72+
rev: v2.21.0
7373
hooks:
7474
- id: pyproject-fmt
7575

0 commit comments

Comments
 (0)