tiny-pilot / tinypilot

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

Enforce consistent string quoting rules #1628

Closed mtlynch closed 11 months ago

mtlynch commented 11 months ago

Add the pylint-quotes pylint plugin to the build to ensure we use consistent string quoting conventions throughout our Python code.

We had a few stray instances of inconsistent strings, so I fixed them in this change as well.

Review on CodeApprove

mtlynch commented 11 months ago
Automated comment from CodeApprove ➜

⏳ @jdeanwallace please review this Pull Request