rivermont / spidy

The simple, easy to use command line web crawler.
GNU General Public License v3.0
340 stars 69 forks source link

Update code to adhere to PEP8 #33

Closed 3onyc closed 7 years ago

3onyc commented 7 years ago

This updates the code to adhere to the PEP8 style guide, apart from the max line length rule.

Additionally it adds a Makefile with a lint command that checks whether we're following those rules.

rivermont commented 7 years ago

Awesome! I guess I'll finally have to use space indents. At least I'll get paid more...

The Makefile should be useful for future Travis CI testing, I think.