@@ -435,7 +435,7 @@ def maybe_in_subresource(
435
435
"properties" ,
436
436
},
437
437
),
438
- anchors_in = _anchor_2019 , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
438
+ anchors_in = _anchor_2019 ,
439
439
maybe_in_subresource = _maybe_in_subresource_crazy_items (
440
440
in_value = {
441
441
"additionalItems" ,
@@ -478,7 +478,7 @@ def maybe_in_subresource(
478
478
in_subarray = {"allOf" , "anyOf" , "oneOf" },
479
479
in_subvalues = {"definitions" , "patternProperties" , "properties" },
480
480
),
481
- anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
481
+ anchors_in = _legacy_anchor_in_dollar_id ,
482
482
maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
483
483
in_value = {
484
484
"additionalItems" ,
@@ -509,7 +509,7 @@ def maybe_in_subresource(
509
509
in_subarray = {"allOf" , "anyOf" , "oneOf" },
510
510
in_subvalues = {"definitions" , "patternProperties" , "properties" },
511
511
),
512
- anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
512
+ anchors_in = _legacy_anchor_in_dollar_id ,
513
513
maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
514
514
in_value = {
515
515
"additionalItems" ,
@@ -556,7 +556,7 @@ def maybe_in_subresource(
556
556
557
557
558
558
_SPECIFICATIONS : Registry [Specification [Schema ]] = Registry (
559
- { # type: ignore[reportGeneralTypeIssues] # :/ internal vs external types
559
+ {
560
560
dialect_id : Resource .opaque (specification )
561
561
for dialect_id , specification in [
562
562
("https://json-schema.org/draft/2020-12/schema" , DRAFT202012 ),
0 commit comments