Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#92)
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 Jun 17, 2024
1 parent 39d9454 commit 13f067f
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,15 +16,15 @@ repos:
args: [--autofix, --trailing-commas]
exclude: Cargo.lock
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.4.9
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.366
rev: v1.1.367
hooks:
- id: pyright
- repo: https://github.com/doublify/pre-commit-rust
Expand Down

0 comments on commit 13f067f

Please sign in to comment.