From c09577f5f8e5515c8529cdc40b9b79d900cf6e72 Mon Sep 17 00:00:00 2001 From: Dan King Date: Fri, 16 Feb 2024 17:51:54 -0500 Subject: [PATCH] [batch] also check hailtop.batch tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b4483d54198e..5d6e38ce197d 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ check-hail-fast: ruff format hail --diff $(PYTHON) -m pyright hail/python/hailtop + ruff check hail/python/test/hailtop/batch + $(PYTHON) -m pyright hail/python/test/hailtop/batch + .PHONY: pylint-hailtop pylint-hailtop: # pylint on hail is still a work in progress