@@ -432,7 +432,7 @@ def maybe_in_subresource(
432
432
"properties" ,
433
433
},
434
434
),
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
436
436
maybe_in_subresource = _maybe_in_subresource_crazy_items (
437
437
in_value = {
438
438
"additionalItems" ,
@@ -474,7 +474,7 @@ def maybe_in_subresource(
474
474
in_subarray = {"allOf" , "anyOf" , "oneOf" },
475
475
in_subvalues = {"definitions" , "patternProperties" , "properties" },
476
476
),
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
478
478
maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
479
479
in_value = {
480
480
"additionalItems" ,
@@ -505,7 +505,7 @@ def maybe_in_subresource(
505
505
in_subarray = {"allOf" , "anyOf" , "oneOf" },
506
506
in_subvalues = {"definitions" , "patternProperties" , "properties" },
507
507
),
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
509
509
maybe_in_subresource = _maybe_in_subresource_crazy_items_dependencies (
510
510
in_value = {
511
511
"additionalItems" ,
0 commit comments