File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
workflows/argo-events/docs Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 88 exclude : ' ^docs/overrides'
99 - id : fix-byte-order-marker
1010 - id : mixed-line-ending
11+ - id : check-merge-conflict
12+ - id : check-yaml
13+ args :
14+ - --allow-multiple-documents
15+ exclude : mkdocs.yml
1116 - id : check-yaml
1217 name : check-yaml-mkdocs
1318 # --unsafe is a workaround for the use of !! in mkdocs.yml
1419 args : [--unsafe]
1520 files : mkdocs.yml
21+ - id : check-symlinks
1622 - repo : https://github.com/adrienverge/yamllint
1723 rev : v1.33.0
1824 hooks :
@@ -28,16 +34,16 @@ repos:
2834 - schema/argo-workflows.json
2935 files : " workflows/argo-events/workflowtemplates/.*.(yml|yaml)$"
3036 - repo : https://github.com/igorshubovych/markdownlint-cli
31- rev : v0.37 .0
37+ rev : v0.42 .0
3238 hooks :
3339 - id : markdownlint
3440 files : ' ^docs/'
3541 - repo : https://github.com/crate-ci/typos
36- rev : v1.22 .8
42+ rev : v1.26 .8
3743 hooks :
3844 - id : typos
3945 - repo : https://github.com/astral-sh/ruff-pre-commit
40- rev : v0.5.4
46+ rev : v0.7.1
4147 hooks :
4248 - id : ruff
4349 args : [--fix]
Original file line number Diff line number Diff line change 1- ../../docs/component-understack-workflows.md
1+ ../../../ docs/component-understack-workflows.md
You can’t perform that action at this time.
0 commit comments