Skip to content

Commit 047945a

Browse files
Bump version of pre-commit hooks (backport #86) (#87)
Bump version of pre-commit hooks (#86) Co-authored-by: christophfroehlich <[email protected]> (cherry picked from commit d246a63) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ccf2c4f commit 047945a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.0
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -107,7 +107,7 @@ repos:
107107

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

133133
- repo: https://github.com/python-jsonschema/check-jsonschema
134-
rev: 0.29.2
134+
rev: 0.29.3
135135
hooks:
136136
- id: check-github-workflows
137137
args: ["--verbose"]

0 commit comments

Comments
 (0)