mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
1bea96b31e
Road to 2.0
19 lines
264 B
INI
19 lines
264 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[flake8]
|
|
exclude = setup.py,docs/*,examples/*,tests,graphene_django/debug/sql/*
|
|
max-line-length = 120
|
|
|
|
[coverage:run]
|
|
omit = */tests/*
|
|
|
|
[isort]
|
|
known_first_party=graphene,graphene_django
|
|
|
|
[bdist_wheel]
|
|
universal=1
|