From a73ad7657bea020c7c6347c1da5484d25bdb4f26 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:18:06 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#86) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tim Mensinger --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 445c78a..88b5520 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,11 +61,11 @@ repos: - id: black language_version: python3.12 - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.5.0 hooks: - id: ruff # args: @@ -78,7 +78,7 @@ repos: - black==24.4.2 - id: nbqa-ruff additional_dependencies: - - ruff==v0.4.8 + - ruff==v0.5.0 - repo: https://github.com/executablebooks/mdformat rev: 0.7.17 hooks: