Skip to content

Commit ea81265

Browse files
kjvanteeffelengithub-actions[bot]
authored andcommitted
Bump version of pre-commit hooks
1 parent 2a59f60 commit ea81265

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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.17.0
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.4.2
52+
rev: 24.8.0
5353
hooks:
5454
- id: black
5555
args: ["--line-length=99"]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 7.0.0
58+
rev: 7.1.1
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.4
65+
rev: v18.1.8
6666
hooks:
6767
- id: clang-format
6868
args: ['-fallback-style=none', '-i']
@@ -107,7 +107,7 @@ repos:
107107

108108
# Docs - RestructuredText hooks
109109
- repo: https://github.com/PyCQA/doc8
110-
rev: v1.1.1
110+
rev: v1.1.2
111111
hooks:
112112
- id: doc8
113113
args: ['--max-line-length=100', '--ignore=D001']
@@ -124,14 +124,14 @@ repos:
124124
# Spellcheck in comments and docs
125125
# skipping of *.svg files is not working...
126126
- repo: https://github.com/codespell-project/codespell
127-
rev: v2.2.6
127+
rev: v2.3.0
128128
hooks:
129129
- id: codespell
130130
args: ['--write-changes', '--uri-ignore-words-list=ist', '-L manuel']
131131
exclude: CHANGELOG\.rst|\.(svg|pyc|drawio)$
132132

133133
- repo: https://github.com/python-jsonschema/check-jsonschema
134-
rev: 0.28.2
134+
rev: 0.29.2
135135
hooks:
136136
- id: check-github-workflows
137137
args: ["--verbose"]

0 commit comments

Comments
 (0)