Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ repos:
exclude: '^docs/overrides'
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: check-merge-conflict
- id: check-yaml
args:
- --allow-multiple-documents
exclude: mkdocs.yml
- id: check-yaml
name: check-yaml-mkdocs
# --unsafe is a workaround for the use of !! in mkdocs.yml
args: [--unsafe]
files: mkdocs.yml
- id: check-symlinks
- repo: https://github.com/adrienverge/yamllint
rev: v1.33.0
hooks:
Expand All @@ -28,16 +34,16 @@ repos:
- schema/argo-workflows.json
files: "workflows/argo-events/workflowtemplates/.*.(yml|yaml)$"
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.42.0
hooks:
- id: markdownlint
files: '^docs/'
- repo: https://github.com/crate-ci/typos
rev: v1.22.8
rev: v1.26.8
hooks:
- id: typos
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.7.1
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 1 addition & 1 deletion workflows/argo-events/docs/README.md