srobo / tools

Student Robotics development helper scripts
4 stars 3 forks source link

Move to flake8-bugbear #54

Closed PeterJCLaw closed 11 months ago

PeterJCLaw commented 1 year ago

flake8-mutable is dead and broken (see e.g: https://github.com/ebeweber/flake8-mutable/issues/27). Bugbear offers a superset of lints. This PR moves to the latter and fixes issues found as a result, including a mutable parameter default.