From 2d7e55323e4775629acb54081d5d1796655edeab Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:04:04 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#726) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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 267de411..f1c0210a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: additional_dependencies: [numpy, pandas, types-requests] exclude: .scripts/ci/download_data.py|squidpy/datasets/_(dataset|image).py # See https://github.com/pre-commit/mirrors-mypy/issues/33 - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black additional_dependencies: [toml] @@ -56,7 +56,7 @@ repos: - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.277 + rev: v0.0.280 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]