I have commented out lines that are indented (example of a function). When I run yapf, the comment lines are unindented and aligned with the indentation of the first line.
Source File

Formatage YAPF

How can I keep the indentation of commented lines?
Can yapf ignore all commented lines?