Skip to content

Commit 107795f

Browse files
[pre-commit.ci] pre-commit autoupdate (#173)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent df1d9bd commit 107795f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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

@@ -25,18 +25,18 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.34.0
28+
rev: 0.36.0
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows
3232

3333
- repo: https://github.com/rhysd/actionlint
34-
rev: v1.7.7
34+
rev: v1.7.10
3535
hooks:
3636
- id: actionlint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.18.2
39+
rev: v1.19.1
4040
hooks:
4141
- id: mypy
4242
args:
@@ -50,7 +50,7 @@ repos:
5050
additional_dependencies: ["types-requests"]
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: v2.7.0
53+
rev: v2.11.1
5454
hooks:
5555
- id: pyproject-fmt
5656

@@ -60,7 +60,7 @@ repos:
6060
- id: validate-pyproject
6161

6262
- repo: https://github.com/tox-dev/tox-ini-fmt
63-
rev: 1.6.0
63+
rev: 1.7.1
6464
hooks:
6565
- id: tox-ini-fmt
6666

0 commit comments

Comments
 (0)