graphene/setup.cfg

7 lines
101 B
INI
Raw Normal View History

2015-09-24 12:11:50 +03:00
[flake8]
exclude = tests/*,setup.py
max-line-length = 160
2015-11-06 11:07:44 +03:00
[coverage:run]
omit = core/ntypes/tests/*