crate / micropython-cratedb

A CrateDB Driver for MicroPython.
https://cratedb.com
Apache License 2.0
5 stars 0 forks source link

Chore: Format code using Ruff. Satisfy and enable linter on CI. #26

Closed amotl closed 3 weeks ago

amotl commented 3 weeks ago

About

A little followup to GH-25, effectively activating the Ruff linter on CI, after formatting the code using poe format, and applying a few manual adjustments.