architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 222 forks source link

pep8 changes, some warnings are ignored as of now #51

Closed taranjeet closed 8 years ago

taranjeet commented 8 years ago

This PR fixes most of the warnings given by pep8. There are some cases where applying pep8 changes may break the package. So I have ignored those changes as of now.

Saturn commented 8 years ago

Okay so I had to throw away all conflicting changes as well as all changes to main.py and exceptions.py.

I think the changes to writers.py have made some parts more readable which is mainly why I merged this.

Thanks.