From 5170ce2096fed7b5a6f71d2e73c03f16e3ccc4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:03:26 +0000 Subject: [PATCH] Update pre-commit hook jsh9/pydoclint to v0.3.8 (#1484) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 227f5de27..5a61ec308 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,7 +57,7 @@ repos: require_serial: true # avoid possible race conditions - repo: https://github.com/jsh9/pydoclint # Run after 'custom-checks' as these may auto-fix - rev: 0.3.0 + rev: 0.3.8 hooks: - id: pydoclint require_serial: true # Spammy in run-all scenarios (more than fast enough already)