Skip to content

Commit e00ed36

Browse files
committed
[CI] Run pre-commit autoupdate to update the hooks
https://pre-commit.com/#pre-commit-autoupdate
1 parent 4f93ba8 commit e00ed36

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ repos:
2626
- id: identity
2727
- id: check-hooks-apply
2828
- repo: https://github.com/thlorenz/doctoc.git
29-
rev: v2.2.0
29+
rev: v2.3.0
3030
hooks:
3131
- id: doctoc
3232
name: Add TOC for Markdown files
3333
files: ^CONTRIBUTING\.md$|^INSTALL\.md$|^README\.md$
3434
- repo: https://github.com/oxipng/oxipng
35-
rev: v9.1.5
35+
rev: v10.1.0
3636
hooks:
3737
- id: oxipng
3838
name: run oxipng
3939
description: optimize PNG images with lossless compression
4040
args: ['-o', '4', '--strip', 'safe', '--alpha']
4141
- repo: https://github.com/gitleaks/gitleaks
42-
rev: v8.27.2
42+
rev: v8.30.0
4343
hooks:
4444
- id: gitleaks
4545
name: run gitleaks
4646
description: detect hardcoded secrets
4747
- repo: https://github.com/Lucas-C/pre-commit-hooks
48-
rev: v1.5.5
48+
rev: v1.5.6
4949
hooks:
5050
- id: chmod
5151
name: set file permissions
@@ -172,12 +172,12 @@ repos:
172172
name: run codespell
173173
description: Check spelling with codespell
174174
- repo: https://github.com/pycqa/flake8
175-
rev: 7.0.0
175+
rev: 7.3.0
176176
hooks:
177177
- id: flake8
178178
args: [--config, .github/linters/.flake8]
179179
- repo: https://github.com/igorshubovych/markdownlint-cli
180-
rev: v0.45.0
180+
rev: v0.48.0
181181
hooks:
182182
- id: markdownlint
183183
name: run markdownlint
@@ -186,7 +186,7 @@ repos:
186186
types: [markdown]
187187
files: \.md$
188188
- repo: https://github.com/adrienverge/yamllint
189-
rev: v1.37.1
189+
rev: v1.38.0
190190
hooks:
191191
- id: yamllint
192192
name: run yamllint

0 commit comments

Comments
 (0)