Skip to content

Commit 5099e65

Browse files
authored
Merge pull request #407 from rackerlabs/more-ci
ci: add more pre-commit checks and bump versions
2 parents 998d44a + e9bd499 commit 5099e65

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@ repos:
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]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../docs/component-understack-workflows.md
1+
../../../docs/component-understack-workflows.md

0 commit comments

Comments
 (0)