mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-11 12:16:58 +03:00
10 lines
209 B
INI
10 lines
209 B
INI
[flake8]
|
|
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
|
|
max-line-length = 120
|
|
|
|
[coverage:run]
|
|
omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
|
|
|
|
[isort]
|
|
known_first_party=graphene
|