[flake8]
exclude = setup.py,docs/*,examples/cookbook_django/*
max-line-length = 120

[coverage:run]
omit = graphene/utils/enum.py,graphene/contrib/django/debug/sql/tracking.py,*/tests/*

[isort]
known_first_party=graphene