Skip to content

Commit 2146d56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.2 β†’ v0.13.3](astral-sh/ruff-pre-commit@v0.12.2...v0.13.3) - [github.com/psf/black-pre-commit-mirror: 25.1.0 β†’ 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 β†’ v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 β†’ 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 β†’ v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2) - [github.com/tox-dev/pyproject-fmt: v2.6.0 β†’ v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0) - [github.com/tox-dev/tox-ini-fmt: 1.5.0 β†’ 1.6.0](tox-dev/tox-ini-fmt@1.5.0...1.6.0)
1 parent a7ef0c5 commit 2146d56

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.2
3+
rev: v0.13.3
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: 25.1.0
9+
rev: 25.9.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -25,7 +25,7 @@ repos:
2525
- id: trailing-whitespace
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: 0.33.2
28+
rev: 0.34.0
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows
@@ -36,7 +36,7 @@ repos:
3636
- id: actionlint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.16.1
39+
rev: v1.18.2
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.6.0
53+
rev: v2.7.0
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.5.0
63+
rev: 1.6.0
6464
hooks:
6565
- id: tox-ini-fmt
6666

0 commit comments

Comments
Β (0)