Skip to content

Commit 85d783f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/zizmorcore/zizmor-pre-commit: v1.14.2 → v1.16.2](zizmorcore/zizmor-pre-commit@v1.14.2...v1.16.2) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.0](tox-dev/tox-ini-fmt@1.6.0...1.7.0)
1 parent e36e670 commit 85d783f

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.13.3
3+
rev: v0.14.3
44
hooks:
55
- id: ruff-check
66
args: [--exit-non-zero-on-fix]
@@ -51,24 +51,24 @@ repos:
5151
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/|\.patch$
5252

5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.34.0
54+
rev: 0.34.1
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.14.2
61+
rev: v1.16.2
6262
hooks:
6363
- id: zizmor
6464

6565
- repo: https://github.com/sphinx-contrib/sphinx-lint
66-
rev: v1.0.0
66+
rev: v1.0.1
6767
hooks:
6868
- id: sphinx-lint
6969

7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.7.0
71+
rev: v2.11.0
7272
hooks:
7373
- id: pyproject-fmt
7474

@@ -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.6.0
82+
rev: 1.7.0
8383
hooks:
8484
- id: tox-ini-fmt
8585

0 commit comments

Comments
 (0)