Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#227)
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 Mar 10, 2025
1 parent b4e750e commit b69c2b8
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.9
rev: v0.9.10
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -81,6 +81,6 @@ repos:
- tomli
exclude_types: [jupyter] # GitHub action will run on Notebooks
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.6.3
rev: 0.6.5
hooks:
- id: uv-lock

0 comments on commit b69c2b8

Please sign in to comment.