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
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: identity
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -28,28 +28,28 @@ repos:
# hooks:
# - id: remove-tabs
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.1
hooks:
- id: codespell
name: Run codespell
description: Check spelling with codespell
entry: codespell --ignore-words=codespell.txt
exclude: ^_site/.*$|^vendor/.*$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.44.0
hooks:
- id: markdownlint
name: Run markdownlint
args: [--config=.github/linters/.markdown-lint.yml]
exclude: ^\.github/.*$|^_site/.*$|^vendor/.*$
- repo: https://github.com/tcort/markdown-link-check
rev: v3.12.2
rev: v3.13.7
hooks:
- id: markdown-link-check
args: ["-q", "-c", ".markdown-link-check.json"]
files: ^(?!.*(network|blog|index)\.md$).*\.md$
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
rev: v1.37.0
hooks:
- id: yamllint
name: Check YAML files with yamllint
Expand Down
1 change: 1 addition & 0 deletions codespell.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
abd
convertor
mater
rouge
Expand Down