tursodatabase / libsql-client-py

Python SDK for libSQL
https://libsql.org/libsql-client-py/
MIT License
54 stars 10 forks source link

Open 0.3.1 pre #10

Closed barbieri closed 1 year ago

barbieri commented 1 year ago

@honzasp sorry about the noise with this PR, but i had to test and the py37 support is cumbersome, most of the packages already deprecated it...

Anyways, this PR adds some QA: linter, code formatting and so on. The fixes were mostly automated, except the last one (there is no "flake8 autofix" by default, like with eslint/js).

Please install pre-commit in your machine, then pre-commit install in the repo so it add the git hooks to check stuff before you commit.

barbieri commented 1 year ago

I thought it was some cloud env that required it. It's okay so far, let's try to keep it... but in the future we may bump to 3.8 or even 3.9 as they bring lots of stuff for more modern stuff (asyncio, typing...)