File size: 293 Bytes
2b06d1d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [mypy]
ignore_missing_imports = True
[mypy-graphene.pyutils.*]
ignore_errors = True
[mypy-graphene.types.scalars]
ignore_errors = True
[mypy-graphene.types.generic]
ignore_errors = True
[mypy-graphene.types.tests.*]
ignore_errors = True
[mypy-graphene.relay.tests.*]
ignore_errors = True
|