I think, when commenting Python code via Edit > Format > Comment Line(s), after the # character would be better to add a space, as mentioned in PEP8, resulting:

# commented line

instead of:

#commented line

This prevent me to manual adjust (all) the commented line(s).


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.