From 0d3d19cfbbdeaa519d9e7841f103f72e6fefa54d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:26:51 -0700 Subject: [PATCH] Update pre-commit hooks (#755) 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 d8849176..8d42d8f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,13 +52,13 @@ repos: - id: black language_version: python3.12 - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs additional_dependencies: - black>=24.10 - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.1 hooks: - id: ruff args: [ --fix, --unsafe-fixes ]