Makefile: Default to running all type checkers.

Signed-off-by: Jeff Epler <jepler@gmail.com>
This commit is contained in:
Jeff Epler 2025-08-27 08:39:30 -05:00
parent 70e0c6fc54
commit bf0b767a74

View file

@ -24,7 +24,7 @@ ENVPYTHON ?= _env/bin/python3
endif
.PHONY: default
default: coverage mypy
default: coverage mypy pyright pyrefly
COVERAGE_INCLUDE=--include "src/**/*.py"
.PHONY: coverage