Skip to content

Commit 242fe78

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.0](codespell-project/codespell@v2.3.0...v2.4.0) - [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 242fe78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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,7 +33,7 @@ repos:
3333
- commit-msg
3434

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

@@ -44,13 +44,13 @@ repos:
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)