Skip to content

Commit

Permalink
chore: update pre-commit hooks (#754)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.24.1 → v1.24.5](crate-ci/typos@v1.24.1...v1.24.5)
- [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.4](astral-sh/ruff-pre-commit@v0.6.2...v0.6.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 10, 2024
1 parent 6c4b2f6 commit cd4f7dd
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.24.1
rev: v1.24.5
hooks:
- id: typos
files: \.(py|md|rst|yaml|toml)
exclude: pyproject.toml

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

0 comments on commit cd4f7dd

Please sign in to comment.