crate / cratedb-sqlparse

Parsing utilities to validate and split SQL statements for CrateDB.
Apache License 2.0
4 stars 1 forks source link

Python: Format code using ruff, and satisfy linters #11

Closed amotl closed 1 month ago

amotl commented 1 month ago

About

As an aftermath to the recent Python polishing patch, this one just formats the code in order to satisfy the linters, without anything else.

Trivia

This patch is based on another one, so effectively it is a stacked PR.