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