diff --git a/mypy.ini b/mypy.ini index f2ec4f530..cbc5315a6 100644 --- a/mypy.ini +++ b/mypy.ini @@ -131,23 +131,30 @@ check_untyped_defs = False disallow_untyped_calls = False disallow_untyped_defs = False -[mypy-graphql_compiler.query_formatting.*] -disallow_untyped_defs = False - [mypy-graphql_compiler.query_formatting.common.*] disallow_untyped_calls = False [mypy-graphql_compiler.query_formatting.cypher_formatting.*] disallow_untyped_calls = False +disallow_untyped_defs = False [mypy-graphql_compiler.query_formatting.graphql_formatting.*] disallow_untyped_calls = False +disallow_untyped_defs = False [mypy-graphql_compiler.query_formatting.gremlin_formatting.*] disallow_untyped_calls = False +disallow_untyped_defs = False [mypy-graphql_compiler.query_formatting.match_formatting.*] disallow_untyped_calls = False +disallow_untyped_defs = False + +[mypy-graphql_compiler.query_formatting.representations.*] +disallow_untyped_defs = False + +[mypy-graphql_compiler.query_formatting.sql_formatting.*] +disallow_untyped_defs = False [mypy-graphql_compiler.query_pagination.pagination_planning.*] disallow_untyped_calls = False