Skip to content

Commit 71bb5f3

Browse files
authored
Bump version of pre-commit hooks (#321) (#325)
1 parent 7734b0c commit 71bb5f3

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
@@ -55,14 +55,14 @@ repos:
5555
args: ["--line-length=99"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.2
58+
rev: 7.2.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: v19.1.7
65+
rev: v20.1.0
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -132,7 +132,7 @@ repos:
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

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

0 commit comments

Comments
 (0)