Skip to content

Commit dc68aa5

Browse files
authored
chore: Update pre-commit plugins (#97)
1 parent 8ada38a commit dc68aa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ repos:
2222
- id: mixed-line-ending
2323
- id: trailing-whitespace
2424
- repo: https://github.com/DavidAnson/markdownlint-cli2
25-
rev: v0.21.0
25+
rev: v0.22.0
2626
hooks:
2727
- id: markdownlint-cli2
2828
- repo: https://github.com/codespell-project/codespell
29-
rev: v2.4.1
29+
rev: v2.4.2
3030
hooks:
3131
- id: codespell
3232
args: [--ignore-words=.codespellignore]
3333
- repo: https://github.com/sirosen/check-jsonschema
34-
rev: 0.36.2
34+
rev: 0.37.1
3535
hooks:
3636
- id: check-github-actions
3737
- id: check-github-workflows

0 commit comments

Comments
 (0)