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 4d2a071 commit 1649a4dCopy full SHA for 1649a4d
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ ci:
10
11
repos:
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
hooks:
15
- id: check-added-large-files
16
- id: check-merge-conflict
@@ -41,19 +41,19 @@ repos:
41
args: [-c=.yamllint]
42
43
- repo: https://github.com/3mdeb/hooks
44
- rev: v0.1.2
+ rev: v0.1.3
45
46
- id: namespell
47
args: [--fix]
48
49
- repo: https://github.com/igorshubovych/markdownlint-cli
50
- rev: v0.41.0
+ rev: v0.43.0
51
52
- id: markdownlint
53
- id: markdownlint-fix
54
55
- repo: https://github.com/lycheeverse/lychee
56
- rev: v0.15.1
+ rev: nightly
57
58
- id: lychee-docker
59
# Optionally include additional CLI arguments
0 commit comments