Tomás Pérez Álvarez
Tomás Pérez Álvarez
At the moment, when CI with codecov is executed it reports coverage of `81%` It might be great if this can be increased to `100%`
### Search before asking - [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues. ### Links or command line _No response_ ### Issue/Suggested Improvement I don't understand how to...
I'm installing `alembic` using this command and end up with an executable without permissions
**uv installed via `pip`** command `uv pip sync requirements/dev.txt --verbose` ```bash uv::requirements::from_source source=requirements/dev.txt 0.000819s DEBUG uv_interpreter::virtual_env Found a virtualenv through VIRTUAL_ENV at: /Users/tomasperez/Documents Local/customer-engine/backend/.venv 0.001037s DEBUG uv_interpreter::interpreter Cached interpreter info...
## What is this Python project? Pyrgo is a Python package manager that uses common tools such as `pytest`, `uv`, `ruff`, `mypy`, etc. And expose all of those in a...
From time to time my server is unable to connect to turso database due to this error: `sqlalchemy.exc.DatabaseError: (sqlite3.DatabaseError) HRANA_WEBSOCKET_ERROR: WebSocket was closed` This is the sqlalchemy engine configuration ```py...
Cargo exposes clippy to report errors and warning in the code. Would it be possible to have a similar experience with `mypy` in rye?