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

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

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

1
2
3
4
5
6
7
8
9
[flake8]
exclude = setup.py,docs/*,examples/*,tests
max-line-length = 120

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

[isort]
known_first_party=graphene,graphene_sqlalchemy