Skip to content

Commit 1ee522d

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.37.1](adrienverge/yamllint@v1.35.1...v1.37.1) - [github.com/3mdeb/hooks: v0.1.2 → v0.1.4](3mdeb/hooks@v0.1.2...v0.1.4) - [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 4d2a071 commit 1ee522d

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
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v5.0.0
1414
hooks:
1515
- id: check-added-large-files
1616
- id: check-merge-conflict
@@ -30,30 +30,30 @@ repos:
3030
- commit-msg
3131

3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.3.0
33+
rev: v2.4.1
3434
hooks:
3535
- id: codespell
3636

3737
- repo: https://github.com/adrienverge/yamllint
38-
rev: v1.35.1
38+
rev: v1.37.1
3939
hooks:
4040
- id: yamllint
4141
args: [-c=.yamllint]
4242

4343
- repo: https://github.com/3mdeb/hooks
44-
rev: v0.1.2
44+
rev: v0.1.4
4545
hooks:
4646
- id: namespell
4747
args: [--fix]
4848

4949
- repo: https://github.com/igorshubovych/markdownlint-cli
50-
rev: v0.41.0
50+
rev: v0.44.0
5151
hooks:
5252
- id: markdownlint
5353
- id: markdownlint-fix
5454

5555
- repo: https://github.com/lycheeverse/lychee
56-
rev: v0.15.1
56+
rev: nightly
5757
hooks:
5858
- id: lychee-docker
5959
# Optionally include additional CLI arguments

0 commit comments

Comments
 (0)