From ee8d118ccd27a5ad56245a9703b76bb8cc9b3364 Mon Sep 17 00:00:00 2001 From: benoit-cty <6603048+benoit-cty@users.noreply.github.com> Date: Fri, 17 May 2024 15:48:42 +0200 Subject: [PATCH] Exclude lint for .conda/meta.yaml --- .yamllint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yamllint b/.yamllint index 2883d60d..10b82a57 100644 --- a/.yamllint +++ b/.yamllint @@ -4,3 +4,6 @@ extends: relaxed rules: line-length: disable + +ignore: + - .conda/meta.yaml