CarletonURocketry / ground-station

The ground station software used to interface with the ground station LoRa board and distribute signals from the rocket across websocket connections.
https://carletonurocketry.github.io/ground-station/
MIT License
6 stars 5 forks source link

Black/pep formatting rules breaks flake8's e203 rule #61

Closed TASelwyn closed 4 months ago

TASelwyn commented 4 months ago

Fixes e203 flake8 warnings by removing all spaces before colons Additionally, removes the need to have flake8 ignore e203 warnings

edit; flake8 e203 rule is outdated and broken, so let's follow PEP lol...

I dislike flake8