Skip to content

Commit

Permalink
chore: updated .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: David Calvert <[email protected]>
  • Loading branch information
dotdc committed Apr 13, 2024
1 parent b1e2f0b commit d301cc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Doc: https://pre-commit.com

repos:
# Default pre-commit hooks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -12,7 +14,7 @@ repos:

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

Expand Down

0 comments on commit d301cc5

Please sign in to comment.