trinodb / trino-python-client

Python client for Trino
Apache License 2.0
311 stars 154 forks source link

Add isort (for sorting imports) #227

Closed mdesmet closed 1 year ago

mdesmet commented 1 year ago

Introduces isort (sorting imports)

mdesmet commented 1 year ago

Some flakyness in the tests, might be related to not having merged #220 but not totally sure.

hashhar commented 1 year ago

@mdesmet See also https://github.com/trinodb/trino-python-client/commit/cffd2b232d9298321c34430f0ac829f6b6ebea8f#r83714277 - not sure if that's the cause.

mdesmet commented 1 year ago

@hashhar: As discussed I have removed black from this PR and only kept isort. PTAL

mdesmet commented 1 year ago

@hashhar: PTAL