Skip to content

Commit 0a9529a

Browse files
Bump version of pre-commit hooks (#1595) (#1596)
Co-authored-by: christophfroehlich <[email protected]> (cherry picked from commit 03adeba) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7e0176 commit 0a9529a

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
@@ -36,7 +36,7 @@ repos:
3636

3737
# Python hooks
3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.15.2
39+
rev: v3.16.0
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -55,14 +55,14 @@ repos:
5555
args: ["--line-length=99"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.0.0
58+
rev: 7.1.0
5959
hooks:
6060
- id: flake8
6161
args: ["--extend-ignore=E501"]
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65-
rev: v18.1.5
65+
rev: v18.1.8
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
133133

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

0 commit comments

Comments
 (0)