Skip to content

Commit

Permalink
chore: update pre-commit hooks (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: asonnino <28302983+asonnino@users.noreply.github.com>
Co-authored-by: Alberto Sonnino <alberto@sonnino.com>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 379e282 commit 7c47a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand All @@ -21,7 +21,7 @@ repos:
args: []
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.27.0
rev: v1.28.1
hooks:
- id: typos
pass_filenames: false
Expand All @@ -31,7 +31,7 @@ repos:
- id: cargo-sort
args: ["--workspace"]
- repo: https://github.com/EmbarkStudios/cargo-deny
rev: 0.16.1
rev: 0.16.3
hooks:
- id: cargo-deny
- repo: local
Expand Down

0 comments on commit 7c47a08

Please sign in to comment.