I had to manually fix a google-cloud-python PR that had a cpmment looking like this:
project_number (int):
The Google cloud project number, e.g.
1234567890. A value of 0 indicates no project
number is found.
The leading number followed by a period at the start of a line looks like a list item, so subsequent lines are further indented. One workaround might be to treat such numbers as numbered list items iff they are either 1 (or 0?), or if they have a value one higher than the previous such number encountered.
I had to manually fix a
google-cloud-pythonPR that had a cpmment looking like this:The leading number followed by a period at the start of a line looks like a list item, so subsequent lines are further indented. One workaround might be to treat such numbers as numbered list items iff they are either 1 (or 0?), or if they have a value one higher than the previous such number encountered.