hackermandh

Results 4 comments of hackermandh

I fixed it! Locking happens via `uv`, so you actually need: ```toml [tool.uv.pip] generate-hashes = true ``` I found this via [the PR that added the feature](https://github.com/astral-sh/rye/pull/1070/files). I was reading...

I found this thread, was sad typing was still doodoo, but good news everyone: https://pypi.org/project/decouple-types/ Add it, and it will fix the "missing types" issue. It will *also* make you...

I had this issue with `0.0.362`, upgraded to `0.0.365` and so far it looks better than it did before. Yes, `0.0.366` is already out, but not yet available on https://search.nixos.org/....

Do you install `bandit`? Because that has `rich` as a dependency (just because they have a one-liner where they wanted to show a loading bar 🥲)