From cee2a46956d32a89eab221518a245a494b175bb8 Mon Sep 17 00:00:00 2001 From: jeertmans <27275099+jeertmans@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:25:07 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .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 5a34649f..84e39335 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.5.6 + rev: v0.5.7 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.374 + rev: v1.1.375 hooks: - id: pyright - repo: https://github.com/doublify/pre-commit-rust