Skip to content

Commit 5dc1a98

Browse files
pre-commit autoupdate
1 parent ae83e69 commit 5dc1a98

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.9.3
3+
rev: v0.14.5
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.10.0
9+
rev: 25.11.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-case-conflict
1717
- id: check-merge-conflict
@@ -22,23 +22,23 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 0.31.0
25+
rev: 0.35.0
2626
hooks:
2727
- id: check-dependabot
2828
- id: check-github-workflows
2929

3030
- repo: https://github.com/rhysd/actionlint
31-
rev: v1.7.7
31+
rev: v1.7.8
3232
hooks:
3333
- id: actionlint
3434

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: v2.5.0
36+
rev: v2.11.1
3737
hooks:
3838
- id: pyproject-fmt
3939

4040
- repo: https://github.com/abravalheri/validate-pyproject
41-
rev: v0.23
41+
rev: v0.24.1
4242
hooks:
4343
- id: validate-pyproject
4444

0 commit comments

Comments
 (0)