Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.29.5 → v1.29.9](crate-ci/typos@v1.29.5...v1.29.9)
- [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7)
  • Loading branch information
pre-commit-ci[bot] authored Feb 24, 2025
1 parent 07e2385 commit b8dfdc8
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 @@ -47,12 +47,12 @@ repos:
- id: markdownlint

- repo: https://github.com/crate-ci/typos
rev: v1.29.5
rev: v1.29.9
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
rev: v0.9.7
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down

0 comments on commit b8dfdc8

Please sign in to comment.