Codebase list python-graphene-sqlalchemy / debian/1.1.1-0kali2 setup.cfg
debian/1.1.1-0kali2

Tree @debian/1.1.1-0kali2 (Download .tar.gz)

setup.cfg @debian/1.1.1-0kali2raw · 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