mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-21 17:16:43 +03:00
Fixed coverage
This commit is contained in:
parent
9875526891
commit
aaf7abe831
|
@ -1,2 +1,2 @@
|
||||||
[run]
|
[run]
|
||||||
omit = graphene/utils/enum.py,*/tests/*
|
omit = graphene/pyutils/*,*/tests/*
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude = setup.py,docs/*,*/examples/*,graphene/utils/enum.py,tests
|
exclude = setup.py,docs/*,*/examples/*,graphene/pyutils/*,tests
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
omit = graphene/utils/enum.py,*/tests/*
|
omit = graphene/pyutils/*,*/tests/*
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
known_first_party=graphene
|
known_first_party=graphene
|
||||||
|
|
Loading…
Reference in New Issue
Block a user