From d643db38cd0cd5bf42dc64ea2081301334f42df0 Mon Sep 17 00:00:00 2001 From: Leo J <153937047+leiicamundi@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:38:55 +0200 Subject: [PATCH] fix pre-commit --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc8708b..6b9f762 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,6 +19,8 @@ repos: hooks: - id: renovate-config-validator args: [--strict] + # TODO : revert this when https://github.com/renovatebot/pre-commit-hooks/issues/2460 is fixed + language_version: 20.18.0 - repo: https://github.com/compilerla/conventional-pre-commit rev: v3.6.0