trino-python-client
trino-python-client copied to clipboard
Added black (code formatting) and isort (sorting imports)
Introduces black (code formatting) and isort (sorting imports)
- Added black and isort as "test" dependencies (maybe we should rename this to "dev" dependencies
- Run
pre-commit run --all-filesto standardize formatting and import sorting.
Some flakyness in the tests, might be related to not having merged #220 but not totally sure.
@mdesmet See also https://github.com/trinodb/trino-python-client/commit/cffd2b232d9298321c34430f0ac829f6b6ebea8f#r83714277 - not sure if that's the cause.
@hashhar: As discussed I have removed black from this PR and only kept isort. PTAL
@hashhar: PTAL