From 073a2c15909b81170c646d3166c35acad4aad812 Mon Sep 17 00:00:00 2001 From: Ansgar Tasler <22353635+tasansga@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:58:58 +0200 Subject: [PATCH] update to pint 0.65.1 (#2) ...to get fix for https://github.com/cloudflare/pint/pull/685 Part of: https://github.com/omnicate/loltel/issues/40869 --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 08e8cdd..8aa3743 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,7 @@ name: Lint alert files (using Docker) description: Lint alert files language: docker_image - entry: ghcr.io/cloudflare/pint:0.29.4 /usr/local/bin/pint + entry: ghcr.io/cloudflare/pint:0.65.1 /usr/local/bin/pint types: [yaml] args: - --offline