Skip to content

Commit 82ccef1

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#481)
2 parents 3a8da9d + 3fe8ec8 commit 82ccef1

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.6
3+
rev: v0.11.4
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
2828
exclude: tests/data/expected_tabulated.py
2929

3030
- repo: https://github.com/python-jsonschema/check-jsonschema
31-
rev: 0.31.2
31+
rev: 0.32.1
3232
hooks:
3333
- id: check-github-workflows
3434
- id: check-renovate
@@ -39,17 +39,17 @@ repos:
3939
- id: actionlint
4040

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

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

5151
- repo: https://github.com/abravalheri/validate-pyproject
52-
rev: v0.23
52+
rev: v0.24.1
5353
hooks:
5454
- id: validate-pyproject
5555

@@ -64,7 +64,7 @@ repos:
6464
- id: yamlfmt
6565

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

0 commit comments

Comments
 (0)