Skip to content

Commit 624e179

Browse files
authored
Update pre-commit versions (#18339)
1 parent ed4cd38 commit 624e179

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
exclude: '^(mypyc/external/)|(mypy/typeshed/)|misc/typeshed_patches' # Exclude all vendored code from lints
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
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
exclude: '^(test-data/)'
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.6.9
14+
rev: v0.8.4
1515
hooks:
1616
- id: ruff
1717
args: [--exit-non-zero-on-fix]
1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.29.4
19+
rev: 0.30.0
2020
hooks:
2121
- id: check-dependabot
2222
- id: check-github-workflows
2323
- repo: https://github.com/rhysd/actionlint
24-
rev: v1.7.3
24+
rev: v1.7.4
2525
hooks:
2626
- id: actionlint
2727
args: [

0 commit comments

Comments
 (0)