From 579f10887724739e72e0f4e514db1514c25516cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:03:57 +0000 Subject: [PATCH] chore(deps): update pre-commit hook jsh9/pydoclint to v0.5.17 --- .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 a588c026a..2bac1dc98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,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.5.14 + rev: 0.5.17 hooks: - id: pydoclint require_serial: true # Spammy in run-all scenarios (more than fast enough already)