Skip to content

Commit 2210714

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/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/pre-commit/mirrors-clang-format: v21.1.6 → v21.1.8](pre-commit/mirrors-clang-format@v21.1.6...v21.1.8) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) - [github.com/zizmorcore/zizmor-pre-commit: v1.18.0 → v1.19.0](zizmorcore/zizmor-pre-commit@v1.18.0...v1.19.0) - [github.com/tox-dev/tox-ini-fmt: 1.7.0 → 1.7.1](tox-dev/tox-ini-fmt@1.7.0...1.7.1)
1 parent 3d78014 commit 2210714

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.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.14.7
3+
rev: v0.14.10
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: 25.11.0
9+
rev: 25.12.0
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: v21.1.6
27+
rev: v21.1.8
2828
hooks:
2929
- id: clang-format
3030
types: [c]
@@ -51,14 +51,14 @@ repos:
5151
exclude: ^\.github/.*TEMPLATE|^Tests/(fonts|images)/
5252

5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.35.0
54+
rev: 0.36.0
5555
hooks:
5656
- id: check-github-workflows
5757
- id: check-readthedocs
5858
- id: check-renovate
5959

6060
- repo: https://github.com/zizmorcore/zizmor-pre-commit
61-
rev: v1.18.0
61+
rev: v1.19.0
6262
hooks:
6363
- id: zizmor
6464

@@ -79,7 +79,7 @@ repos:
7979
additional_dependencies: [trove-classifiers>=2024.10.12]
8080

8181
- repo: https://github.com/tox-dev/tox-ini-fmt
82-
rev: 1.7.0
82+
rev: 1.7.1
8383
hooks:
8484
- id: tox-ini-fmt
8585

0 commit comments

Comments
 (0)