Skip to content

Commit ae12984

Browse files
Bump version of pre-commit hooks (#1784)
Co-authored-by: christophfroehlich <3367244+christophfroehlich@users.noreply.github.com>
1 parent d7eca59 commit ae12984

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ repos:
5757
args: ["--line-length=99"]
5858

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

6565
# CPP hooks
6666
- repo: https://github.com/pre-commit/mirrors-clang-format
67-
rev: v20.1.5
67+
rev: v20.1.7
6868
hooks:
6969
- id: clang-format
7070
args: ['-fallback-style=none', '-i']
@@ -110,7 +110,7 @@ repos:
110110

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

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.33.0
137+
rev: 0.33.1
138138
hooks:
139139
- id: check-github-workflows
140140
args: ["--verbose"]

0 commit comments

Comments
 (0)