Summary
ruff check in outputfile_compiler breaks when proto field comments end in quote marks
Reproduction Steps
message Test {
// something, for example "bug"
string what = 1;
}
Expected Results
It works.
Actual Results
Ruff errors out with "SyntaxError: Expected a statement" on the string that looks like """something, for example "bug"""".
System Information
n/a
Checklist