From f09a6788677277cb7942e8941c6506cc13b95fc6 Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Mon, 28 Oct 2024 13:41:52 +0100 Subject: [PATCH] chore: Switch docformatter hook to master Waiting for a proper release which will fix the pre-commit 4 incompatibility --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3264c6b1c..eb24b22d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 + rev: master hooks: - id: docformatter additional_dependencies: [tomli]