Skip to content

Commit

Permalink
[batch] also check hailtop.batch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Feb 22, 2024
1 parent ec671f1 commit f2b3da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2b3da6

Please sign in to comment.