Skip to content

Commit 2ce6733

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.37.1](python-jsonschema/check-jsonschema@0.36.0...0.37.1) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.12](rhysd/actionlint@v1.7.10...v1.7.12) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.21.0](tox-dev/pyproject-fmt@v2.11.1...v2.21.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent fac48e8 commit 2ce6733

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.14.10
3+
rev: v0.15.9
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.12.0
9+
rev: 26.3.1
1010
hooks:
1111
- id: black
1212

@@ -26,22 +26,22 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/python-jsonschema/check-jsonschema
29-
rev: 0.36.0
29+
rev: 0.37.1
3030
hooks:
3131
- id: check-github-workflows
3232

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

3838
- repo: https://github.com/tox-dev/pyproject-fmt
39-
rev: v2.11.1
39+
rev: v2.21.0
4040
hooks:
4141
- id: pyproject-fmt
4242

4343
- repo: https://github.com/abravalheri/validate-pyproject
44-
rev: v0.24.1
44+
rev: v0.25
4545
hooks:
4646
- id: validate-pyproject
4747
- repo: meta

0 commit comments

Comments
 (0)