Closed iirelu closed 10 years ago
There's now just 23 too-long lines, but I know line length is a controversial topic so I didn't change them.
Sorry for the delay, it looks like I'm not really up to maintainence here. I don't like patches collecting dust. I've tried to add you to the MyPaint team. Feel free to push to libmypaint directly. Coordinate with @achadwick concerning the main MyPaint (GUI) repository - he may prefer to have a review via issues before you push there.
As of this commit the output of flake8 (has more functionality than previously-used pep8) now looks like this:
48 E265 block comment should start with '# '
35 E501 line too long (86 > 79 characters)
1 F403 'from pylab import *' used; unable to detect undefined names
1 F812 list comprehension redefines 's' from line 92
I'll close this issue as these are small enough to just be fixed later.
Running
pep8 --statistics
on libmypaint:I'm making this a separate issue for libmypaint as opposed to mypaint/mypaint#110. I'll fix uncontroversial things first, and then wait for feedback on more style-related things.