Codebase list python-graphene-sqlalchemy / upstream/2.0.0 setup.cfg
upstream/2.0.0

Tree @upstream/2.0.0 (Download .tar.gz)

setup.cfg @upstream/2.0.0raw · history · blame

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

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

[isort]
known_first_party=graphene,graphene_sqlalchemy

[tool:pytest]
testpaths = graphene_sqlalchemy/
addopts =
    -s
    ; --cov graphene-sqlalchemy
norecursedirs =
    __pycache__
    *.egg-info
    .cache
    .git
    .tox
    appdir
    docs
filterwarnings =
    error
    ignore::DeprecationWarning

[bdist_wheel]
universal=1