Skip to content

Commit

Permalink
chore(ci): Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 26, 2023
1 parent 5e3b324 commit 5ebe30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-yaml
stages: [commit]
Expand All @@ -15,7 +15,7 @@ repos:
- id: detect-private-key
stages: [commit]
- repo: https://github.com/crate-ci/typos
rev: v1.16.3
rev: v1.16.20
hooks:
- id: typos
stages: [commit]
Expand Down

0 comments on commit 5ebe30b

Please sign in to comment.