pre-commit:
	pre-commit run --all-files

test:
	poetry run pytest
