Skip to content

Commit 1f5b565

Browse files
mamueluthgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 8a741db commit 1f5b565

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v4.6.0
19+
rev: v5.0.0
2020
hooks:
2121
- id: check-added-large-files
2222
- id: check-ast
@@ -36,7 +36,7 @@ repos:
3636

3737
# Python hooks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.17.0
39+
rev: v3.19.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.8.0
52+
rev: 24.10.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -62,7 +62,7 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v18.1.8
65+
rev: v19.1.3
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -108,7 +108,7 @@ repos:
108108

109109
# Docs - RestructuredText hooks
110110
- repo: https://github.com/PyCQA/doc8
111-
rev: v1.1.1
111+
rev: v1.1.2
112112
hooks:
113113
- id: doc8
114114
args: ['--max-line-length=100', '--ignore=D001']
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

134134
- repo: https://github.com/python-jsonschema/check-jsonschema
135-
rev: 0.29.2
135+
rev: 0.29.4
136136
hooks:
137137
- id: check-github-workflows
138138
args: ["--verbose"]

0 commit comments

Comments
 (0)