Skip to content

Commit

Permalink
chore: update pre-commit hooks (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: asonnino <28302983+asonnino@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and asonnino authored Aug 1, 2024
1 parent 1ae976e commit 4cc8b31
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
Expand Up @@ -21,7 +21,7 @@ repos:
args: []
pass_filenames: false
- repo: https://github.com/crate-ci/typos
rev: v1.22.9
rev: v1.23.6
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.14.24
rev: 0.15.1
hooks:
- id: cargo-deny
- repo: local
Expand Down

0 comments on commit 4cc8b31

Please sign in to comment.