We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feddb4b commit 242fe78Copy full SHA for 242fe78
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ ci:
13
14
repos:
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.6.0
+ rev: v5.0.0
17
hooks:
18
- id: check-added-large-files
19
- id: check-merge-conflict
@@ -33,7 +33,7 @@ repos:
33
- commit-msg
34
35
- repo: https://github.com/codespell-project/codespell
36
- rev: v2.3.0
+ rev: v2.4.0
37
38
- id: codespell
39
@@ -44,13 +44,13 @@ repos:
44
args: [-c=.yamllint]
45
46
- repo: https://github.com/igorshubovych/markdownlint-cli
47
- rev: v0.41.0
+ rev: v0.44.0
48
49
- id: markdownlint
50
- id: markdownlint-fix
51
52
- repo: https://github.com/lycheeverse/lychee
53
- rev: v0.15.1
+ rev: nightly
54
55
- id: lychee-docker
56
# Optionally include additional CLI arguments
0 commit comments