lint:
	flake8 --mypy-config=mypy.ini *.py webtiles/*.py


format:
	isort --check-only --recursive .


.PHONY: lint format
