tiny-pilot / tinypilot

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

Use ruff to enforce Python docstring conventions #1633

Closed mtlynch closed 11 months ago

mtlynch commented 11 months ago

We've been enforcing Python docstring conventions purely through code review, but ruff can enforce some of the conventions automatically.

I've adjusted some of our docstrings to match ruff's expectations.

Review on CodeApprove

mtlynch commented 11 months ago
Automated comment from CodeApprove ➜

⏳ @jotaen4tinypilot please review this Pull Request