Joshie

Results 9 comments of Joshie
trafficstars

I was originally hesitant to even share because I knew this would be a difficult bug to reproduce. But I will try to help. > The second thing is that...

> What kind of setup do you have in Neovim? [My own configs](https://github.com/CoderJoshDK/JoshieVim). Plugin List ``` Total: 36 plugins Loaded (36) ● catppuccin 20.94ms  start ● cmp-buffer 0.15ms ...

The problem is that `pre-commit` will only run on the file changed. There is not a way to check for a config change and then run ruff on all files...

That could work. You should [open an issue in `ruff`](https://github.com/astral-sh/ruff/issues/new). It would solve this issue. But I have no idea if it would be approved.

You should be able to upgrade it on your end. It isn't pinned to a specific version here. This will be based on what python version you are using though....

Yes, sorry. The latest version requires you to be using python 3.11 or higher, to be able to upgrade. (Although, FYI, `werkzeug` has https://github.com/pallets/werkzeug/security/advisories/GHSA-f9vj-2wh5-fj8j if you are really worried about...

This should be fixed for your needs since [6.12.3](https://github.com/sendgrid/sendgrid-python/releases/tag/6.12.3). If you could, please confirm.

Another example of `uv` just being *really good*™️ : https://blog.streamlit.io/python-pip-vs-astral-uv/ My goal with introducing `uv` is to make things faster. At least on the default happy path. `pip` is just...

I am very busy right now since I recently got a new job. But I am coming back here to update about uv. They [now have a lock file](https://docs.astral.sh/uv/concepts/projects/#project-lockfile). So...