From 95b9ce077d42982ae644939d6d56471578cc56a2 Mon Sep 17 00:00:00 2001 From: Lorenzo Felletti <60483783+lorenzofelletti@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:11:54 +0000 Subject: [PATCH] fix: pint lint issue temporary workaround (#1003) --- .pint.hcl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .pint.hcl diff --git a/.pint.hcl b/.pint.hcl new file mode 100644 index 000000000..4a3b44785 --- /dev/null +++ b/.pint.hcl @@ -0,0 +1,3 @@ +checks { + disabled = ["promql/fragile"] +}