mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-02-06 22:50:34 +03:00
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
|