Skip to content

Commit 330b9cd

Browse files
mamueluthgithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent cf2d213 commit 330b9cd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.19.0
39+
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py36-plus]
@@ -49,20 +49,20 @@ 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"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.1.1
58+
rev: 7.1.2
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.3
65+
rev: v19.1.7
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -125,14 +125,14 @@ repos:
125125
# Spellcheck in comments and docs
126126
# skipping of *.svg files is not working...
127127
- repo: https://github.com/codespell-project/codespell
128-
rev: v2.3.0
128+
rev: v2.4.1
129129
hooks:
130130
- id: codespell
131131
args: ['--write-changes']
132132
exclude: CHANGELOG\.rst|\.(svg|pyc)$
133133

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

0 commit comments

Comments
 (0)