Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 3551b46

Browse files
author
Selene Chew
committed
typing copilot tighten
1 parent ac5cc52 commit 3551b46

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mypy.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ check_untyped_defs = False
190190
[mypy-graphql_compiler.schema_transformation.*]
191191
disallow_untyped_calls = False
192192

193-
[mypy-graphql_compiler.schema_transformation.make_query_plan.*]
194-
disallow_untyped_defs = False
195-
196193
[mypy-graphql_compiler.schema_transformation.split_query.*]
197194
disallow_incomplete_defs = False
198195
disallow_untyped_defs = False
@@ -344,9 +341,6 @@ disallow_untyped_calls = False
344341

345342

346343
# Third-party module rule relaxations
347-
[mypy-arrow.*]
348-
ignore_missing_imports = True
349-
350344
[mypy-funcy.*]
351345
ignore_missing_imports = True
352346

0 commit comments

Comments
 (0)