Skip to content

Commit e15ee4c

Browse files
mamueluthgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 57c50e5 commit e15ee4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ repos:
6363

6464
# CPP hooks
6565
- repo: https://github.com/pre-commit/mirrors-clang-format
66-
rev: v18.1.8
66+
rev: v19.1.0
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.1
112+
rev: v1.1.2
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.29.2
136+
rev: 0.29.3
137137
hooks:
138138
- id: check-github-workflows
139139
args: ["--verbose"]

0 commit comments

Comments
 (0)