Skip to content

Commit

Permalink
⬆️🪝 update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](astral-sh/ruff-pre-commit@v0.8.2...v0.8.3)
- [github.com/crate-ci/typos: typos-dict-v0.11.37 → v1.28.3](crate-ci/typos@typos-dict-v0.11.37...v1.28.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 16, 2024
1 parent 627e3be commit d39a877
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 @@ -58,7 +58,7 @@ repos:

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -93,7 +93,7 @@ repos:

# Check for spelling
- repo: https://github.com/crate-ci/typos
rev: typos-dict-v0.11.37
rev: v1.28.3
hooks:
- id: typos

Expand Down

0 comments on commit d39a877

Please sign in to comment.