)]}'
{"openstackclient/volume/v2/consistency_group_snapshot.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":86,"context_line":"            # If \"--consistency-group\" not specified, then consistency_group"},{"line_number":87,"context_line":"            # will be the same as the new consistency group snapshot name"},{"line_number":88,"context_line":"            consistency_group \u003d parsed_args.snapshot_name"},{"line_number":89,"context_line":"        consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":90,"context_line":"            consistency_group, ignore_missing\u003dFalse"},{"line_number":91,"context_line":"        ).id"},{"line_number":92,"context_line":"        consistency_group_snapshot \u003d ("}],"source_content_type":"text/x-python","patch_set":1,"id":"de023874_e6ef9777","line":89,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":127,"context_line":"                    )"},{"line_number":128,"context_line":"                )"},{"line_number":129,"context_line":"                volume_client.delete_consistency_group_snapshot("},{"line_number":130,"context_line":"                    consistency_group_snapshot"},{"line_number":131,"context_line":"                )"},{"line_number":132,"context_line":"            except Exception as e:"},{"line_number":133,"context_line":"                result +\u003d 1"}],"source_content_type":"text/x-python","patch_set":1,"id":"0d6e7d05_f5d12e1c","line":130,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Argument 1 to \"delete_consistency_group_snapshot\" of \"Proxy\" has incompatible type \"ConsistencyGroupSnapshot | None\"; expected \"str | ConsistencyGroupSnapshot\"  [arg-type]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":217,"context_line":""},{"line_number":218,"context_line":"        consistency_group_id \u003d None"},{"line_number":219,"context_line":"        if parsed_args.consistency_group:"},{"line_number":220,"context_line":"            consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":221,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":222,"context_line":"            ).id"},{"line_number":223,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"c578ecc2_69643c32","line":220,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":261,"context_line":"                parsed_args.consistency_group_snapshot, ignore_missing\u003dFalse"},{"line_number":262,"context_line":"            )"},{"line_number":263,"context_line":"        )"},{"line_number":264,"context_line":"        return _format_consistency_group_snapshot(consistency_group_snapshot)"}],"source_content_type":"text/x-python","patch_set":1,"id":"c2dc24ac_607ae762","line":264,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Argument 1 to \"_format_consistency_group_snapshot\" has incompatible type \"ConsistencyGroupSnapshot | None\"; expected \"ConsistencyGroupSnapshot\"  [arg-type]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"}],"openstackclient/volume/v3/consistency_group_snapshot.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":85,"context_line":"            # If \"--consistency-group\" not specified, then consistency_group"},{"line_number":86,"context_line":"            # will be the same as the new consistency group snapshot name"},{"line_number":87,"context_line":"            consistency_group \u003d parsed_args.snapshot_name"},{"line_number":88,"context_line":"        consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":89,"context_line":"            consistency_group, ignore_missing\u003dFalse"},{"line_number":90,"context_line":"        ).id"},{"line_number":91,"context_line":"        consistency_group_snapshot \u003d ("}],"source_content_type":"text/x-python","patch_set":1,"id":"10d0569a_cd1a97c7","line":88,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":126,"context_line":"                    )"},{"line_number":127,"context_line":"                )"},{"line_number":128,"context_line":"                volume_client.delete_consistency_group_snapshot("},{"line_number":129,"context_line":"                    consistency_group_snapshot"},{"line_number":130,"context_line":"                )"},{"line_number":131,"context_line":"            except Exception as e:"},{"line_number":132,"context_line":"                result +\u003d 1"}],"source_content_type":"text/x-python","patch_set":1,"id":"43b7ff12_a209aff8","line":129,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Argument 1 to \"delete_consistency_group_snapshot\" of \"Proxy\" has incompatible type \"ConsistencyGroupSnapshot | None\"; expected \"str | ConsistencyGroupSnapshot\"  [arg-type]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":216,"context_line":""},{"line_number":217,"context_line":"        consistency_group_id \u003d None"},{"line_number":218,"context_line":"        if parsed_args.consistency_group:"},{"line_number":219,"context_line":"            consistency_group_id \u003d volume_client.find_consistency_group("},{"line_number":220,"context_line":"                parsed_args.consistency_group, ignore_missing\u003dFalse"},{"line_number":221,"context_line":"            ).id"},{"line_number":222,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"7d70147c_90e5c707","line":219,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Item \"None\" of \"ConsistencyGroup | None\" has no attribute \"id\"  [union-attr]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"6c5ea28b857ecb80fa08c581656f6eb666e2d512","unresolved":false,"context_lines":[{"line_number":260,"context_line":"                parsed_args.consistency_group_snapshot, ignore_missing\u003dFalse"},{"line_number":261,"context_line":"            )"},{"line_number":262,"context_line":"        )"},{"line_number":263,"context_line":"        return _format_consistency_group_snapshot(consistency_group_snapshot)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bd7cbf5b_76710dee","line":263,"updated":"2026-06-19 17:04:39.000000000","message":"pep8: error: Argument 1 to \"_format_consistency_group_snapshot\" has incompatible type \"ConsistencyGroupSnapshot | None\"; expected \"ConsistencyGroupSnapshot\"  [arg-type]","commit_id":"ef35328e5f68b1bd87a855130d84a34628071c4b"}]}
