adamschachne / inhouse_bot

A Discord bot to handle League of Legends in-house games.
GNU General Public License v3.0
2 stars 2 forks source link

Investigate tools to enforce good code quality #37

Closed adamschachne closed 2 years ago

adamschachne commented 2 years ago

We need something that can fix formatting and catch mistakes. It should work with most modern editors.

Some names out there worth looking into: Pylint, autopep8, editorconfig

adamschachne commented 2 years ago

Use Black for formatting. There will be an action that runs on PRs to do a black check