uclnlp / jack

Jack the Reader
MIT License
257 stars 82 forks source link

Convert code to PEP8 #141

Closed TimDettmers closed 7 years ago

TimDettmers commented 7 years ago

Currently PEP8 is ignored. I think if we want to follow PEP8 we should put a test in wercker to enforce it. People then probably quickly pick up on this.

Before we can do that, we would need to convert the repo to PEP8.

pminervini commented 7 years ago

Using PyCharm does wonders in that sense - it complains a whole lot if your code does not comply with PEP8