Skip to content

Commit e674d3f

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#528)
2 parents 816d1d2 + c0ded2f commit e674d3f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.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

@@ -28,23 +28,23 @@ repos:
2828
exclude: tests/data/expected_tabulated.py
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.34.0
31+
rev: 0.36.0
3232
hooks:
3333
- id: check-github-workflows
3434
- id: check-renovate
3535

3636
- repo: https://github.com/rhysd/actionlint
37-
rev: v1.7.7
37+
rev: v1.7.10
3838
hooks:
3939
- id: actionlint
4040

4141
- repo: https://github.com/woodruffw/zizmor-pre-commit
42-
rev: v1.14.2
42+
rev: v1.19.0
4343
hooks:
4444
- id: zizmor
4545

4646
- repo: https://github.com/tox-dev/pyproject-fmt
47-
rev: v2.7.0
47+
rev: v2.11.1
4848
hooks:
4949
- id: pyproject-fmt
5050

@@ -54,17 +54,17 @@ repos:
5454
- id: validate-pyproject
5555

5656
- repo: https://github.com/tox-dev/tox-ini-fmt
57-
rev: 1.6.0
57+
rev: 1.7.1
5858
hooks:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/google/yamlfmt
62-
rev: v0.17.2
62+
rev: v0.21.0
6363
hooks:
6464
- id: yamlfmt
6565

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

0 commit comments

Comments
 (0)