diff --git a/Makefile b/Makefile index 0a70680..e353391 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ format: venv .PHONY: check check: venv .venv/bin/pyright --pythonpath .venv/bin/python src tests tools examples + echo "security test" .PHONY: test test: venv