Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: jeertmans <27275099+jeertmans@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and jeertmans authored Feb 3, 2025
1 parent 27ba245 commit 17d17fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ repos:
args: [--autofix, --trailing-commas]
exclude: Cargo.lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args: [--fix]
types_or: [python, pyi, jupyter]
- id: ruff-format
types_or: [python, pyi, jupyter]
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.392.post0
rev: v1.1.393
hooks:
- id: pyright
- repo: https://github.com/doublify/pre-commit-rust
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
args:
- --keep-output
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
additional_dependencies:
Expand Down

0 comments on commit 17d17fa

Please sign in to comment.