Skip to content

Commit 034aa9f

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint: v1.35.1 → v1.36.2](adrienverge/yamllint@v1.35.1...v1.36.2) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0) - [github.com/lycheeverse/lychee: v0.15.1 → nightly](lycheeverse/lychee@v0.15.1...nightly)
1 parent feddb4b commit 034aa9f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313

1414
repos:
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.6.0
16+
rev: v5.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-merge-conflict
@@ -33,24 +33,24 @@ repos:
3333
- commit-msg
3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.3.0
36+
rev: v2.4.1
3737
hooks:
3838
- id: codespell
3939

4040
- repo: https://github.com/adrienverge/yamllint
41-
rev: v1.35.1
41+
rev: v1.36.2
4242
hooks:
4343
- id: yamllint
4444
args: [-c=.yamllint]
4545

4646
- repo: https://github.com/igorshubovych/markdownlint-cli
47-
rev: v0.41.0
47+
rev: v0.44.0
4848
hooks:
4949
- id: markdownlint
5050
- id: markdownlint-fix
5151

5252
- repo: https://github.com/lycheeverse/lychee
53-
rev: v0.15.1
53+
rev: nightly
5454
hooks:
5555
- id: lychee-docker
5656
# Optionally include additional CLI arguments

0 commit comments

Comments
 (0)