mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-10 19:56:45 +03:00
18 lines
293 B
INI
18 lines
293 B
INI
[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
|