koenvervloesem / bluetooth-numbers

An up-to-date listing of all the various Bluetooth Specification-related elements (Company IDs, Service UUIDs, Characteristic UUIDs and Descriptor UUIDs), that you can use in your Python projects instead of rolling your own.
https://bluetooth-numbers.readthedocs.io
MIT License
16 stars 3 forks source link

Simplify development by migrating to using Ruff in place of other code quality checks #44

Closed vincentdavis closed 9 months ago

vincentdavis commented 9 months ago

To check, catch, and fix more code quality issues maybe it would be possible to make more use of Ruff in replacing other checks and making more use of fix.

koenvervloesem commented 9 months ago