@@ -435,7 +435,7 @@ def maybe_in_subresource(
435435 "properties" ,
436436 },
437437 ),
438- anchors_in = _anchor_2019 , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
438+ anchors_in = _anchor_2019 ,
439439 maybe_in_subresource = _maybe_in_subresource_crazy_items (
440440 in_value = {
441441 "additionalItems" ,
@@ -478,7 +478,7 @@ def maybe_in_subresource(
478478 in_subarray = {"allOf" , "anyOf" , "oneOf" },
479479 in_subvalues = {"definitions" , "patternProperties" , "properties" },
480480 ),
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 ,
482482 maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
483483 in_value = {
484484 "additionalItems" ,
@@ -509,7 +509,7 @@ def maybe_in_subresource(
509509 in_subarray = {"allOf" , "anyOf" , "oneOf" },
510510 in_subvalues = {"definitions" , "patternProperties" , "properties" },
511511 ),
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 ,
513513 maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
514514 in_value = {
515515 "additionalItems" ,
@@ -556,7 +556,7 @@ def maybe_in_subresource(
556556
557557
558558_SPECIFICATIONS : Registry [Specification [Schema ]] = Registry (
559- { # type: ignore[reportGeneralTypeIssues] # :/ internal vs external types
559+ {
560560 dialect_id : Resource .opaque (specification )
561561 for dialect_id , specification in [
562562 ("https://json-schema.org/draft/2020-12/schema" , DRAFT202012 ),
0 commit comments