-include .env
export

lint:
	@hatch run lint:all


test:
	@hatch run test

