disnog / netranger-bot

The custom bot for the Networking Discord server
https://networking-discord.github.io
3 stars 5 forks source link

Handle invalid tokens and allow dockerfile to only copy what is needed. Also split email into its own module #53

Closed rahul-sundaresan closed 4 years ago

rahul-sundaresan commented 4 years ago

fixes #39 also fixes #51

rahul-sundaresan commented 4 years ago

I'm not even sure where it's failing. Pycharm says formatting looks good and the Linters are not even running

jrokeach commented 4 years ago

It's failing black. Run black on your changed files before committing (I'd recommend automating this on save with your IDE).