Skip to content

Commit

Permalink
ci: updated pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Dec 4, 2023
1 parent 9881160 commit 54ab4b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
## Default pre-commit hooks
# Default pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -10,15 +10,15 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

## Typos
# Typos
- repo: https://github.com/crate-ci/typos
rev: v1.16.11
rev: v1.16.23
hooks:
- id: typos

# Markdown linter
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.36.0
rev: v0.37.0
hooks:
- id: markdownlint
args:
Expand Down

0 comments on commit 54ab4b7

Please sign in to comment.