Skip to content

Commit

Permalink
chore(dependencies): PRE-COMMIT: Bump to latest hooks (#466)
Browse files Browse the repository at this point in the history
Fixes warnings

```
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
Warning:  repo `[https://github.com/pre-commit/pre-commit-hooks`](https://github.com/pre-commit/pre-commit-hooks%60) uses deprecated stage names (commit, push) which will be removed in a future version.  Hint: often `pre-commit autoupdate --repo [https://github.com/pre-commit/pre-commit-hooks`](https://github.com/pre-commit/pre-commit-hooks%60) will fix this.  if it does not -- consider reporting an issue to that repo.
[INFO] Initializing environment for https://github.com/crate-ci/typos.
Warning:  repo `[https://github.com/crate-ci/typos`](https://github.com/crate-ci/typos%60) uses deprecated stage names (commit, merge-commit, push) which will be removed in a future version.  Hint: often `pre-commit autoupdate --repo [https://github.com/crate-ci/typos`](https://github.com/crate-ci/typos%60) will fix this.  if it does not -- consider reporting an issue to that repo.
```

Co-authored-by: Matt J. <[email protected]>
  • Loading branch information
thomass-dev and rouk1 authored Oct 10, 2024
1 parent 91ff22e commit 02d818d
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-yaml
- id: check-toml
Expand All @@ -11,12 +11,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/crate-ci/typos
rev: v1.24.6
rev: v1.26.0
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.9
hooks:
- id: ruff
files: ^(src|tests)/
Expand Down

0 comments on commit 02d818d

Please sign in to comment.