From 4fe8146756904ad01f81c431b426bb99c9423b52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 18:19:18 +0000 Subject: [PATCH] chore(pre-commit): update perltidy/perltidy to v20230701 --- .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 47e3ef9792e..c019570d90b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,7 +72,7 @@ repos: exclude: ^completions/|^test/fixtures/pytest/ - repo: https://github.com/perltidy/perltidy - rev: "20210717" + rev: "20230701" hooks: - id: perltidy types: [text]