schafezp / karmabot

A telegram bot designed for group chats to allow users to upvote and downvote content similar to reddit.
https://schafezp.github.io/karmabot/
MIT License
6 stars 1 forks source link

Apply Pep8 styling to project #14

Closed schafezp closed 6 years ago

schafezp commented 6 years ago

https://www.python.org/dev/peps/pep-0008/

Panfilwk commented 6 years ago

https://pypi.org/project/autopep8/ haven't tried this before but could be potentially useful

schafezp commented 6 years ago

Yes thanks! Autopep8 was applied to master and now #21 and #22 should help keep the project code syntax in check.