From 6e73280212b86a4778f7a1fef2721e8e5a43d1b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:25:19 +0100 Subject: [PATCH] chore(deps): update pre-commit hooks (#205) Co-authored-by: jeertmans <27275099+jeertmans@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06124e18..899ba3a9 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.1 + rev: v0.9.2 hooks: - id: ruff args: [--fix] @@ -24,7 +24,7 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.391 + rev: v1.1.392.post0 hooks: - id: pyright - repo: https://github.com/doublify/pre-commit-rust