I'm trying the STE Anaconda's autoformatting feature and it works well with every other PEP8 feature but seems to not change any lines that are like:
def foo(): # asasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasasas
pass
even though the line is clearly longer than the PEP8 limit. Is there a setting that I'm missing or does Anaconda not cover this with it's autoformatter? Are there any other PEP8 formatting packages / comment wrapping packages that anyone recommends?
Alternatively, are comments exempt from this 79 character limit by any chance?