sugarlabs / turtleart-activity

A block-based Logo programming environment
MIT License
18 stars 54 forks source link

flake8 opportunities #58

Closed quozl closed 4 years ago

quozl commented 6 years ago

About 8463 flake8 errors are generated by;

python2 -m flake8 $(find . -name '*.py') | wc --lines

Work can be broken down into main program, plugins, and others.

Change python2 to python3 once the activity has been ported.

ananyaarun commented 6 years ago

@quozl , i would like to work on this issue .... can u please provide more information ? Thanks.

chimosky commented 6 years ago

@ananyaarun see #60

quozl commented 6 years ago

Thanks. It’s really complicated. I’d still like Turtle Confusion and Turtle Art sources to converge before fixing small issues like flake8, because those issues make it harder to converge.

quozl commented 5 years ago

As I've abandoned the converging of Turtle Confusion and Turtle Art sources, the remaining work on flake8 fixes is being reconsidered; excluded from this are any sources that are maintained elsewhere; which are CollabWrapper, the odfpy source, and sugariconify.