From dece4e455018b5abe09be62f88d0657ae9a486cb Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 16 Dec 2024 15:30:40 +0000 Subject: [PATCH] Update pydoclint to 0.5.12 --- .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 5a11625..dd9ad8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -96,7 +96,7 @@ repos: name: Spell check with cspell - repo: https://github.com/jsh9/pydoclint - rev: "0.5.12" + rev: "0.5.9" hooks: - id: pydoclint # This allows automatic reduction of the baseline file when needed.