From 86c135f1b887bbb68a98535b706ebe32e84a7d85 Mon Sep 17 00:00:00 2001 From: G'lek Tarssza Date: Tue, 3 Sep 2024 12:10:22 -0600 Subject: [PATCH] Remove `lint-lib` from overall linting task. --- taskfile.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/taskfile.yaml b/taskfile.yaml index 14ae7c8..b03737b 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -267,5 +267,4 @@ tasks: - lint deps: - lint-src - - lint-lib - lint-tests