Skip to content

Commit 19f0693

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#223)
2 parents fcb990e + 1500584 commit 19f0693

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.5
3+
rev: v0.6.9
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.8.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -27,13 +27,13 @@ repos:
2727
exclude: tests/data/expected_output.py
2828

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

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

@@ -56,17 +56,17 @@ repos:
5656
# ]
5757

5858
- repo: https://github.com/tox-dev/pyproject-fmt
59-
rev: 2.2.3
59+
rev: 2.2.4
6060
hooks:
6161
- id: pyproject-fmt
6262

6363
- repo: https://github.com/abravalheri/validate-pyproject
64-
rev: v0.19
64+
rev: v0.20.2
6565
hooks:
6666
- id: validate-pyproject
6767

6868
- repo: https://github.com/tox-dev/tox-ini-fmt
69-
rev: 1.4.0
69+
rev: 1.4.1
7070
hooks:
7171
- id: tox-ini-fmt
7272

0 commit comments

Comments
 (0)