Skip to content

Commit 74f3ff8

Browse files
committed
Update pre-commit to fix a warning
1 parent 2f4ab24 commit 74f3ff8

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.6.8
3+
rev: v0.9.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: 24.8.0
9+
rev: 24.10.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-case-conflict
1717
- id: check-merge-conflict
@@ -22,24 +22,24 @@ repos:
2222
- id: trailing-whitespace
2323

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

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

3535
- repo: https://github.com/tox-dev/pyproject-fmt
36-
rev: 2.2.4
36+
rev: v2.5.0
3737
hooks:
3838
- id: pyproject-fmt
3939
args: [--max-supported-python=3.13]
4040

4141
- repo: https://github.com/abravalheri/validate-pyproject
42-
rev: v0.20.2
42+
rev: v0.23
4343
hooks:
4444
- id: validate-pyproject
4545

0 commit comments

Comments
 (0)