I am using Eclipse Juno
on an Ubuntu x64
machine.
I would like to change the default max line length for the PyDev
's PEP8, but I can't!
I go to Window/Preferences/PyDev/Editor/Code Analysis/pep8.py and set the following arguments:
--max-line-length=100
What I am doing wrong? After setting this, I have done a code analysis but then the line length seems to be ignored and I don't want this.
The current Pydev has a pep8.py that can set the --max-line-length
parameter. You can just go to
Window → Preferences → Pydev → Editor → Code Analysis → pep8.py
and set Arguments to:
--max-line-length=99
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With