From 8d9fa8881343dde6f602ea5923d0127b0445ece9 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 17 Oct 2023 10:04:25 +0200 Subject: [PATCH] backport pre-commit too --- .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 4f73e595af..79dee4b171 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,12 +4,12 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.292 + rev: v0.1.0 hooks: - id: ruff args: ["--fix"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude: scanpy/tests/_data