@@ -432,7 +432,7 @@ def maybe_in_subresource(
432432 "properties" ,
433433 },
434434 ),
435- anchors_in = _anchor_2019 , # type: ignore[reportGeneralTypeIssues] TODO: check whether this is real
435+ anchors_in = _anchor_2019 , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
436436 maybe_in_subresource = _maybe_in_subresource_crazy_items (
437437 in_value = {
438438 "additionalItems" ,
@@ -474,7 +474,7 @@ def maybe_in_subresource(
474474 in_subarray = {"allOf" , "anyOf" , "oneOf" },
475475 in_subvalues = {"definitions" , "patternProperties" , "properties" },
476476 ),
477- anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] TODO: check whether this is real
477+ anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
478478 maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
479479 in_value = {
480480 "additionalItems" ,
@@ -505,7 +505,7 @@ def maybe_in_subresource(
505505 in_subarray = {"allOf" , "anyOf" , "oneOf" },
506506 in_subvalues = {"definitions" , "patternProperties" , "properties" },
507507 ),
508- anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] TODO: check whether this is real
508+ anchors_in = _legacy_anchor_in_dollar_id , # type: ignore[reportGeneralTypeIssues] # TODO: check whether this is real
509509 maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
510510 in_value = {
511511 "additionalItems" ,
0 commit comments