mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
Ignore migrations
This commit is contained in:
parent
569a285361
commit
9e0f257263
2
tox.ini
2
tox.ini
|
@ -30,7 +30,7 @@ commands = {posargs:py.test --cov=graphene_django graphene_django examples}
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
deps = black
|
deps = black
|
||||||
commands =
|
commands =
|
||||||
black graphene_django examples --check
|
black --exclude "/migrations/" graphene_django examples --check
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
basepython = python3.7
|
basepython = python3.7
|
||||||
|
|
Loading…
Reference in New Issue
Block a user