mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
13 lines
248 B
INI
13 lines
248 B
INI
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = django_test_settings
|
|
|
|
[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
|