graphene/setup.cfg

10 lines
191 B
INI
Raw Normal View History

2015-09-24 12:11:50 +03:00
[flake8]
2016-08-07 05:42:06 +03:00
exclude = setup.py,docs/*,*/examples/*,graphene/utils/enum.py,tests
2015-11-12 08:54:45 +03:00
max-line-length = 120
2015-11-06 11:07:44 +03:00
[coverage:run]
omit = graphene/utils/enum.py,*/tests/*
2015-11-22 05:16:31 +03:00
[isort]
known_first_party=graphene