Skip to content

Commit

Permalink
fix: Update pre-commit hook versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Jun 17, 2024
1 parent 89b617d commit dfdd6b7
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 @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.4.9"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
Expand All @@ -27,7 +27,7 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.21.0
rev: v1.22.7
hooks:
- id: typos
exclude: "extc|svg|psl|CHANGELOG"

0 comments on commit dfdd6b7

Please sign in to comment.