Add check target

pull/18/head
Yax 11 months ago
parent 6d53fdecac
commit 8ad46a798c

@ -20,6 +20,9 @@ typehint:
lint:
rye run pylint src/
# check
check: all
# test
test:
rye run coverage run -m --source=stacosys pytest tests

Loading…
Cancel
Save