KnightHacks / DiscordBot-New

GNU Affero General Public License v3.0
0 stars 1 forks source link

Add black code formatter #7

Open rob-3 opened 3 years ago

TorrentofShame commented 3 years ago

Why not autopep8 instead

rob-3 commented 3 years ago

What do we use on the backend? I'm fine with whatever tool but we should be consistent across our projects to make it easier for newcomers to jump between different teams.

TorrentofShame commented 3 years ago

flake8 for linting, but no formatter is used.