wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Reformatted `CourseManagement` using pylint #363

Open kaelabook opened 4 months ago

kaelabook commented 4 months ago

Description

I enabled pylint and made all the requested formatting changes in CourseManagement in accordance to the PEP8 standards. Please double-check this and make sure I didn't miss anything. (I basically just copied and pasted Braden's pull request)

Issues

Closes #349

Type of change

Select one or more of the following:

How Has This Been Tested?

Checklist:

kaelabook commented 4 months ago

So, it actually works perfectly fine, however it does change the commands to snake-case and I'm not entirely sure if we want to do that or not.