)]}'
{"openstackclient/volume/v2/consistency_group.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":109,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":110,"context_line":"            )"},{"line_number":111,"context_line":"            volume_client.update_consistency_group("},{"line_number":112,"context_line":"                consistency_group, add_volumes\u003dadd_uuid"},{"line_number":113,"context_line":"            )"},{"line_number":114,"context_line":""},{"line_number":115,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"b7fbaa94_c30d1791","line":112,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"str | ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":197,"context_line":"            consistency_group_id \u003d None"},{"line_number":198,"context_line":"            consistency_group_snapshot_id \u003d None"},{"line_number":199,"context_line":"            if parsed_args.source:"},{"line_number":200,"context_line":"                consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":201,"context_line":"                    parsed_args.source, ignore_missing\u003dFalse"},{"line_number":202,"context_line":"                ).id"},{"line_number":203,"context_line":"            elif parsed_args.snapshot:"}],"source_content_type":"text/x-python","patch_set":1,"id":"01bd581b_d60b36bf","line":200,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":202,"context_line":"                ).id"},{"line_number":203,"context_line":"            elif parsed_args.snapshot:"},{"line_number":204,"context_line":"                consistency_group_snapshot_id \u003d ("},{"line_number":205,"context_line":"                    volume_client.find_consistency_group_snapshot("},{"line_number":206,"context_line":"                        parsed_args.snapshot, ignore_missing\u003dFalse"},{"line_number":207,"context_line":"                    ).id"},{"line_number":208,"context_line":"                )"}],"source_content_type":"text/x-python","patch_set":1,"id":"3ee0a0a1_a9f28061","line":205,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroupSnapshot | None\" has no attribute \"id\"  [union-attr]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":250,"context_line":"                    i, ignore_missing\u003dFalse"},{"line_number":251,"context_line":"                )"},{"line_number":252,"context_line":"                volume_client.delete_consistency_group("},{"line_number":253,"context_line":"                    consistency_group, force\u003dparsed_args.force"},{"line_number":254,"context_line":"                )"},{"line_number":255,"context_line":"            except Exception as e:"},{"line_number":256,"context_line":"                result +\u003d 1"}],"source_content_type":"text/x-python","patch_set":1,"id":"5f24c37b_18a2b325","line":253,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"delete_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"str | ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":375,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":376,"context_line":"            )"},{"line_number":377,"context_line":"            volume_client.update_consistency_group("},{"line_number":378,"context_line":"                consistency_group, remove_volumes\u003dremove_uuid"},{"line_number":379,"context_line":"            )"},{"line_number":380,"context_line":""},{"line_number":381,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"98528817_48954664","line":378,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"str | ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":414,"context_line":"            consistency_group \u003d volume_client.find_consistency_group("},{"line_number":415,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":416,"context_line":"            )"},{"line_number":417,"context_line":"            volume_client.update_consistency_group(consistency_group, **kwargs)"},{"line_number":418,"context_line":""},{"line_number":419,"context_line":""},{"line_number":420,"context_line":"class ShowConsistencyGroup(command.ShowOne):"}],"source_content_type":"text/x-python","patch_set":1,"id":"8b8a452c_4d5a03f0","line":417,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"str | ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":438,"context_line":"        consistency_group \u003d volume_client.find_consistency_group("},{"line_number":439,"context_line":"            parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":440,"context_line":"        )"},{"line_number":441,"context_line":"        return _format_consistency_group(consistency_group)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ace980c4_cbc8a555","line":441,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"_format_consistency_group\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"}],"openstackclient/volume/v3/consistency_group.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":108,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":109,"context_line":"            )"},{"line_number":110,"context_line":"            volume_client.update_consistency_group("},{"line_number":111,"context_line":"                consistency_group, add_volumes\u003dadd_uuid"},{"line_number":112,"context_line":"            )"},{"line_number":113,"context_line":""},{"line_number":114,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"316e3450_dceef1cd","line":111,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":196,"context_line":"            consistency_group_id \u003d None"},{"line_number":197,"context_line":"            consistency_group_snapshot_id \u003d None"},{"line_number":198,"context_line":"            if parsed_args.source:"},{"line_number":199,"context_line":"                consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":200,"context_line":"                    parsed_args.source, ignore_missing\u003dFalse"},{"line_number":201,"context_line":"                ).id"},{"line_number":202,"context_line":"            elif parsed_args.snapshot:"}],"source_content_type":"text/x-python","patch_set":1,"id":"7ec2e44b_a79cbe69","line":199,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":201,"context_line":"                ).id"},{"line_number":202,"context_line":"            elif parsed_args.snapshot:"},{"line_number":203,"context_line":"                consistency_group_snapshot_id \u003d ("},{"line_number":204,"context_line":"                    volume_client.find_consistency_group_snapshot("},{"line_number":205,"context_line":"                        parsed_args.snapshot, ignore_missing\u003dFalse"},{"line_number":206,"context_line":"                    ).id"},{"line_number":207,"context_line":"                )"}],"source_content_type":"text/x-python","patch_set":1,"id":"939819f1_11555cfe","line":204,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroupSnapshot | None\" has no attribute \"id\"  [union-attr]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":249,"context_line":"                    i, ignore_missing\u003dFalse"},{"line_number":250,"context_line":"                )"},{"line_number":251,"context_line":"                volume_client.delete_consistency_group("},{"line_number":252,"context_line":"                    consistency_group, force\u003dparsed_args.force"},{"line_number":253,"context_line":"                )"},{"line_number":254,"context_line":"            except Exception as e:"},{"line_number":255,"context_line":"                result +\u003d 1"}],"source_content_type":"text/x-python","patch_set":1,"id":"cff3926e_899fd4f3","line":252,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"delete_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":374,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":375,"context_line":"            )"},{"line_number":376,"context_line":"            volume_client.update_consistency_group("},{"line_number":377,"context_line":"                consistency_group, remove_volumes\u003dremove_uuid"},{"line_number":378,"context_line":"            )"},{"line_number":379,"context_line":""},{"line_number":380,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"f6903792_ed13a5f2","line":377,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":413,"context_line":"            consistency_group \u003d volume_client.find_consistency_group("},{"line_number":414,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":415,"context_line":"            )"},{"line_number":416,"context_line":"            volume_client.update_consistency_group(consistency_group, **kwargs)"},{"line_number":417,"context_line":""},{"line_number":418,"context_line":""},{"line_number":419,"context_line":"class ShowConsistencyGroup(command.ShowOne):"}],"source_content_type":"text/x-python","patch_set":1,"id":"c4596f0d_0618465d","line":416,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"update_consistency_group\" of \"Proxy\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"79625bbb38c55b45541faffe42d27e7018f13f6e","unresolved":false,"context_lines":[{"line_number":437,"context_line":"        consistency_group \u003d volume_client.find_consistency_group("},{"line_number":438,"context_line":"            parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":439,"context_line":"        )"},{"line_number":440,"context_line":"        return _format_consistency_group(consistency_group)"}],"source_content_type":"text/x-python","patch_set":1,"id":"c930dad2_c21a29a4","line":440,"updated":"2026-06-19 17:00:18.000000000","message":"pep8: error: Argument 1 to \"_format_consistency_group\" has incompatible type \"ConsistencyGroup | None\"; expected \"ConsistencyGroup\"  [arg-type]","commit_id":"28783c06f130f6c5638a5b5da4b8320c9a478920"}]}
