From b229e4fd1724a8c7d8b973ec1c6edd85cf4ee032 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Wed, 28 Feb 2024 17:37:35 -0500 Subject: [PATCH] Add venv to yamllint ignore --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index 8cf76e54..fc812372 100644 --- a/.yamllint +++ b/.yamllint @@ -11,3 +11,4 @@ rules: ignore: # GH Actions - ./lib + - ./.venv