Skip to content

Commit

Permalink
chore: update pre-commit hooks (#829)
Browse files Browse the repository at this point in the history
updates:
- [github.com/crate-ci/typos: v1.26.0 → v1.26.8](crate-ci/typos@v1.26.0...v1.26.8)
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 29, 2024
1 parent 8938c94 commit acdf0cf
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.0
rev: v1.26.8
hooks:
- id: typos
files: \.(py|md|rst|yaml|toml)
exclude: pyproject.toml

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

0 comments on commit acdf0cf

Please sign in to comment.