Codebase list python-graphene-sqlalchemy / 4a05294e-79d9-4aa4-bf39-d9f647cedba9/main setup.cfg
4a05294e-79d9-4aa4-bf39-d9f647cedba9/main

Tree @4a05294e-79d9-4aa4-bf39-d9f647cedba9/main (Download .tar.gz)

setup.cfg @4a05294e-79d9-4aa4-bf39-d9f647cedba9/mainraw · history · blame

[aliases]
test=pytest

[flake8]
exclude = setup.py,docs/*,examples/*,tests
max-line-length = 120

[isort]
known_graphene=graphene,graphql_relay,flask_graphql,graphql_server,sphinx_graphene_theme
known_first_party=graphene_sqlalchemy
known_third_party=flask,nameko,promise,py,pytest,setuptools,singledispatch,six,sqlalchemy,sqlalchemy_utils
sections=FUTURE,STDLIB,THIRDPARTY,GRAPHENE,FIRSTPARTY,LOCALFOLDER
no_lines_before=FIRSTPARTY

[bdist_wheel]
universal=1