From 93c9cbffb986db8f988e3e3f9368e4666ca126e7 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Tue, 27 Feb 2024 14:57:50 -0500 Subject: [PATCH] fix yamllint --- .yamllint | 4 ++++ ruff.toml | 8 +------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.yamllint b/.yamllint index 237e7d23..8cf76e54 100644 --- a/.yamllint +++ b/.yamllint @@ -7,3 +7,7 @@ rules: truthy: # GitHub Actions check-keys: false + +ignore: + # GH Actions + - ./lib diff --git a/ruff.toml b/ruff.toml index 2bad1d65..12322827 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,10 +1,4 @@ -exclude = [ - "./playground", - "./tests", - "./scripts", - # GH Actions - "./lib", -] +exclude = ["./playground", "./tests", "./scripts"] line-length = 127 [lint]