From 8ad46a798ccd078594e6cd3e82a7cf6d7374eec4 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:35:56 +0100 Subject: [PATCH] Add check target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8ab4938..a4492ea 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,9 @@ typehint: lint: rye run pylint src/ +# check +check: all + # test test: rye run coverage run -m --source=stacosys pytest tests