From 948135f2d7036553e2fdb7e80abbf2ff95ee8591 Mon Sep 17 00:00:00 2001 From: "Leo J." <153937047+leiicamundi@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:56:41 +0200 Subject: [PATCH] fix: pre-commit (#172) --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12013abf..efabed20 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,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.4.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567