From a7493b4ba94a8c023c31ef02c5d734496459a818 Mon Sep 17 00:00:00 2001 From: Stephen Kiely Date: Fri, 23 Aug 2024 22:26:26 -0500 Subject: [PATCH] Add ruff to tests. --- tasks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks.py b/tasks.py index 48656871..b964093b 100644 --- a/tasks.py +++ b/tasks.py @@ -647,6 +647,8 @@ def tests(context, failfast=False): print("Starting Docker Containers...") start(context) # Sorted loosely from fastest to slowest + print("Running ruff...") + ruff(context) print("Running yamllint...") yamllint(context) print("Running pylint...")