Skip to content

Commit c2b096a

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#292)
2 parents 6a972a1 + da487c7 commit c2b096a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.13.3
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.9.0
9+
rev: 25.12.0
1010
hooks:
1111
- id: black
1212

@@ -27,23 +27,23 @@ repos:
2727
exclude: \.github/ISSUE_TEMPLATE\.md|\.github/PULL_REQUEST_TEMPLATE\.md
2828

2929
- repo: https://github.com/python-jsonschema/check-jsonschema
30-
rev: 0.34.0
30+
rev: 0.36.0
3131
hooks:
3232
- id: check-github-workflows
3333
- id: check-renovate
3434

3535
- repo: https://github.com/rhysd/actionlint
36-
rev: v1.7.7
36+
rev: v1.7.10
3737
hooks:
3838
- id: actionlint
3939

4040
- repo: https://github.com/woodruffw/zizmor-pre-commit
41-
rev: v1.14.2
41+
rev: v1.19.0
4242
hooks:
4343
- id: zizmor
4444

4545
- repo: https://github.com/tox-dev/pyproject-fmt
46-
rev: v2.7.0
46+
rev: v2.11.1
4747
hooks:
4848
- id: pyproject-fmt
4949

@@ -53,17 +53,17 @@ repos:
5353
- id: validate-pyproject
5454

5555
- repo: https://github.com/tox-dev/tox-ini-fmt
56-
rev: 1.6.0
56+
rev: 1.7.1
5757
hooks:
5858
- id: tox-ini-fmt
5959

6060
- repo: https://github.com/google/yamlfmt
61-
rev: v0.17.2
61+
rev: v0.21.0
6262
hooks:
6363
- id: yamlfmt
6464

6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.6.2
66+
rev: v3.7.4
6767
hooks:
6868
- id: prettier
6969
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)