From ab6e31d69a0bd74ab373e43518c75a8add7f4c13 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 10 Jun 2019 10:53:27 -0700 Subject: [PATCH] Update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 061ad4e..70badcb 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ tests: py.test graphene_django --cov=graphene_django -vv format: - black graphene_django + black --exclude "/migrations/" graphene_django examples lint: - flake8 graphene_django + flake8 graphene_django examples