diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ddc63f5..d42192ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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