Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2023
1 parent f13bf10 commit 9a75f14
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
Expand Up @@ -22,7 +22,7 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.16.11
rev: v1.16.13
hooks:
- id: typos

Expand All @@ -33,12 +33,12 @@ repos:
- id: check-renovate

- repo: https://github.com/rhysd/actionlint
rev: v1.6.25
rev: v1.6.26
hooks:
- id: actionlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.288
rev: v0.0.291
hooks:
- id: ruff
args: [--fix]
Expand Down

0 comments on commit 9a75f14

Please sign in to comment.