From 9e0f2572631ed4b82d5c10f9af91990101b381fc Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 10 Jun 2019 10:48:48 -0700 Subject: [PATCH] Ignore migrations --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 829d596..58f283a 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples} basepython = python3.7 deps = black commands = - black graphene_django examples --check + black --exclude "/migrations/" graphene_django examples --check [testenv:flake8] basepython = python3.7