mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +03:00
10 lines
129 B
INI
10 lines
129 B
INI
[flake8]
|
|
exclude = setup.py
|
|
max-line-length = 120
|
|
|
|
[coverage:run]
|
|
omit = core/ntypes/tests/*
|
|
|
|
[isort]
|
|
known_first_party=graphene
|