From 6afca61f101d10814e6f9bc4c879fdb5df509750 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 7 Aug 2025 10:00:11 -0500 Subject: [PATCH] Makefile: Add rules to run pyright & pyrefly --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index b630b67..45f3f14 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,15 @@ test_venv: mypy: $(Q)mypy --strict --no-warn-unused-ignores src test +.PHONY: pyright +pyright: + $(Q)pyright src test + +.PHONY: pyrefly +pyrefly: + $(Q)pyrefly check src test + + .PHONY: update update: $(Q)env PYTHONPATH=src $(PYTHON) -mwwvb.updateiers --dist