srobo / tools

Student Robotics development helper scripts
4 stars 3 forks source link

Add Flake8 linting #44

Closed PeterJCLaw closed 2 years ago

PeterJCLaw commented 3 years ago

This adds linting via Flake8 & Isort as well as tidying the codebase with the help of various tools, fixes the lint issues and applies a few other upgrades now we're Python 3 only.

Review by commit is recommended, though most of it is automated so hopefully uninteresting.