GOFIRST-Robotics / Lunabotics

The official NASA Lunabotics GitHub repository for University of Minnesota Robotics.
https://studentrobotics.umn.edu/
12 stars 0 forks source link

Added linter_check.yml workflow #262

Closed Isopod00 closed 2 months ago

Isopod00 commented 2 months ago

I added a python linting workflow that does both a flake8 and ruff lint check on the entire codebase. In this PR, I also fixed all lining issues that were found by these checks.