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