graphene/setup.cfg

10 lines
136 B
INI

[flake8]
exclude = setup.py,docs/*
max-line-length = 120
[coverage:run]
omit = core/ntypes/tests/*
[isort]
known_first_party=graphene