facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Run flake8 and tidy up code #3

Open pbugnion opened 6 years ago

pbugnion commented 6 years ago

Many of the older parts of sml-sync remain embarrassingly untidy. This is a particularly bad because it makes it harder to enforce best practices for new contributions.

We should run flake8 and tidy up anything that comes up.

srstevenson commented 6 years ago

I'm happy to take this on.

pbugnion commented 6 years ago

Thank you! I think that, if we do this, we should add a Travis flake8 check (otherwise we'll just regress).

srstevenson commented 6 years ago

Agreed!