lint lint_diff:
	poetry run poe lint

test:
	poetry run poe test

format:
	poetry run poe format
