Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
graphene-django / setup.cfg
Size: Mime:
[aliases]
test = pytest

[bdist_wheel]
universal = 1

[flake8]
exclude = docs,graphene_django/debug/sql/*,migrations
max-line-length = 120
select = 
	F601,
	F632,
	F811,
	F821,
	F822,
	F823,
	F831,
	BLK,
	B001,
	B002,
	B006,
	B008

[coverage:run]
omit = */tests/*

[isort]
known_first_party = graphene,graphene_django
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
line_length = 88

[tool:pytest]
django_settings_module = examples.django_test_settings
addopts = --random-order

[egg_info]
tag_build = 
tag_date = 0