Skip to content

Commit fd82fc2

Browse files
github-actions[bot]mergify[bot]
authored andcommitted
Bump version of pre-commit hooks (#169)
(cherry picked from commit 522c15e) # Conflicts: # .pre-commit-config.yaml
1 parent d7ab8bf commit fd82fc2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repos:
4949
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
5050

5151
- repo: https://github.com/psf/black
52-
rev: 24.10.0
52+
rev: 25.1.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
@@ -62,7 +62,11 @@ repos:
6262

6363
# CPP hooks
6464
- repo: https://github.com/pre-commit/mirrors-clang-format
65+
<<<<<<< HEAD
6566
rev: v19.1.4
67+
=======
68+
rev: v19.1.7
69+
>>>>>>> 522c15e (Bump version of pre-commit hooks (#169))
6670
hooks:
6771
- id: clang-format
6872
args: ['-fallback-style=none', '-i']
@@ -125,14 +129,14 @@ repos:
125129
# Spellcheck in comments and docs
126130
# skipping of *.svg files is not working...
127131
- repo: https://github.com/codespell-project/codespell
128-
rev: v2.3.0
132+
rev: v2.4.1
129133
hooks:
130134
- id: codespell
131135
args: ['--write-changes']
132136
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133137

134138
- repo: https://github.com/python-jsonschema/check-jsonschema
135-
rev: 0.30.0
139+
rev: 0.31.1
136140
hooks:
137141
- id: check-github-workflows
138142
args: ["--verbose"]

0 commit comments

Comments
 (0)