Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.26.8 → v1.28.0](crate-ci/typos@v1.26.8...v1.28.0)
- [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.1...v0.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent a5c5fd4 commit 519698d
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 @@ -15,14 +15,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/crate-ci/typos
rev: v1.26.8
rev: v1.28.0
hooks:
- id: typos
files: \.(py|md|rst|yaml|toml)
exclude: pyproject.toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.0
hooks:
# Run the linter.
- id: ruff
Expand Down

0 comments on commit 519698d

Please sign in to comment.