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

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

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