Skip to content

Commit cf79bc2

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#10)
2 parents 00079a2 + 4fbd2a1 commit cf79bc2

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.20.0
3+
rev: v3.21.2
44
hooks:
55
- id: pyupgrade
66
args: [--py39-plus]
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

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 6.1.0
14+
rev: 7.0.0
1515
hooks:
1616
- id: isort
1717
args: [--add-import=from __future__ import annotations]
@@ -43,17 +43,17 @@ repos:
4343
- id: trailing-whitespace
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema
46-
rev: 0.34.0
46+
rev: 0.36.0
4747
hooks:
4848
- id: check-github-workflows
4949

5050
- repo: https://github.com/rhysd/actionlint
51-
rev: v1.7.7
51+
rev: v1.7.10
5252
hooks:
5353
- id: actionlint
5454

5555
- repo: https://github.com/rbubley/mirrors-prettier
56-
rev: v3.6.2
56+
rev: v3.7.4
5757
hooks:
5858
- id: prettier
5959
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)