diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 841fb94d48..a40002c505 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.11 + rev: 0.5.12 hooks: - id: pydoclint require_serial: true # Spammy in run-all scenarios (more than fast enough already)