default: style format: @poetry run black etherpump sort: @poetry run isort etherpump lint: @poetry run flake8 etherpump style: format sort lint .PHONY: style format sort lint