ThomasGerstenberg / blatann

Python BLE library for using Nordic nRF52 with Connectivity firmware
BSD 3-Clause "New" or "Revised" License
72 stars 21 forks source link

Lint cleanup #184

Closed ThomasGerstenberg closed 2 months ago

ThomasGerstenberg commented 2 months ago

Cleans up lint, and addresses a ton of import inconsitencies and weirdness. In theory shouldn't affect any code using the library, unless that code is also importing types from weird places.

Lint report currently clean, more rules to be added on later...

Note a couple bugs were actually found during linting, unused variables that should've been used