tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
2.99k stars 250 forks source link

Replace pyflakes with ruff #1631

Closed mtlynch closed 11 months ago

mtlynch commented 11 months ago

ruff applies the same checks as pyflakes, but it has additional customizations and supports a wider range of rules, so let's replace pyflakes with the equivalent ruff checks.

Replacing pyflakes isn't so interesting because pyflakes is already pretty fast, but we'll get a nice speedup from replacing isort (see #1632) and consolidating dev tools.

Review on CodeApprove

mtlynch commented 11 months ago
Automated comment from CodeApprove ➜

⏳ @jotaen4tinypilot please review this Pull Request