Add lint command

This commit is contained in:
Jonathan Kim 2019-12-26 12:22:35 +00:00
parent 00c69d537e
commit 357c340080

View File

@ -21,3 +21,7 @@ docs-live: install-dev
.PHONY: format .PHONY: format
format: format:
black graphene examples setup.py tests_asyncio black graphene examples setup.py tests_asyncio
.PHONY: lint
lint:
flake8 graphene examples setup.py tests_asyncio