[flake8]
exclude = setup.py,docs/*,*/examples/*,graphene/utils/enum.py,tests
max-line-length = 120

[coverage:run]
omit = graphene/utils/enum.py,*/tests/*

[isort]
known_first_party=graphene