From f2961976ffe59ad05349730735ee82d806dd86ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:05:05 -0800 Subject: [PATCH] Update pre-commit hooks (#331) Co-authored-by: ci-bot <9913164+durandtibo@users.noreply.github.com> Co-authored-by: Thibaut Durand --- .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 faf11cc..728c370 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_stages: [ pre-commit ] repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [ --py39-plus ] @@ -58,7 +58,7 @@ repos: additional_dependencies: - black>=24.10 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.8.2 + rev: v0.8.3 hooks: - id: ruff types_or: [ python, pyi, jupyter ]