2015-09-24 12:11:50 +03:00
|
|
|
[flake8]
|
2016-09-09 08:26:31 +03:00
|
|
|
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
|
2015-11-12 08:54:45 +03:00
|
|
|
max-line-length = 120
|
2015-11-06 11:07:44 +03:00
|
|
|
|
2022-09-07 21:32:53 +03:00
|
|
|
# This is a specific ignore for Black+Flake8
|
|
|
|
# source: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#id1
|
|
|
|
extend-ignore = E203
|
|
|
|
|
2015-11-06 11:07:44 +03:00
|
|
|
[coverage:run]
|
2017-07-24 06:56:00 +03:00
|
|
|
omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
|
2015-11-22 05:16:31 +03:00
|
|
|
|
|
|
|
[isort]
|
|
|
|
known_first_party=graphene
|
2017-08-01 08:30:13 +03:00
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal=1
|