test: check
	python3 tests/run.py

check:
	ruff .
	mypy .
