Makefile: Default to running all type checkers.
Signed-off-by: Jeff Epler <jepler@gmail.com>
This commit is contained in:
parent
70e0c6fc54
commit
bf0b767a74
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue