Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored and github-actions[bot] committed Jan 27, 2025
1 parent 6e73280 commit 0a0a390
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 @@ -16,7 +16,7 @@ repos:
args: [--autofix, --trailing-commas]
exclude: Cargo.lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.2
rev: v0.9.3
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
args:
- --keep-output
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 0a0a390

Please sign in to comment.