Skip to content

Commit b74ce8b

Browse files
nitin2606github-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 23b8ffc commit b74ce8b

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
@@ -16,7 +16,7 @@
1616
repos:
1717
# Standard hooks
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -37,7 +37,7 @@ repos:
3737

3838
# Python hooks
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.19.1
40+
rev: v3.21.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py36-plus]
@@ -50,20 +50,20 @@ repos:
5050
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5151

5252
- repo: https://github.com/psf/black
53-
rev: 25.1.0
53+
rev: 25.9.0
5454
hooks:
5555
- id: black
5656
args: ["--line-length=99"]
5757

5858
- repo: https://github.com/pycqa/flake8
59-
rev: 7.2.0
59+
rev: 7.3.0
6060
hooks:
6161
- id: flake8
6262
args: ["--extend-ignore=E501"]
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v20.1.3
66+
rev: v21.1.2
6767
hooks:
6868
- id: clang-format
6969
args: ['-fallback-style=none', '-i']
@@ -109,7 +109,7 @@ repos:
109109

110110
# Docs - RestructuredText hooks
111111
- repo: https://github.com/PyCQA/doc8
112-
rev: v1.1.2
112+
rev: v2.0.0
113113
hooks:
114114
- id: doc8
115115
args: ['--max-line-length=100', '--ignore=D001']
@@ -133,7 +133,7 @@ repos:
133133
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
134134

135135
- repo: https://github.com/python-jsonschema/check-jsonschema
136-
rev: 0.33.0
136+
rev: 0.34.1
137137
hooks:
138138
- id: check-github-workflows
139139
args: ["--verbose"]

0 commit comments

Comments
 (0)