CoolCat467

Results 176 comments of CoolCat467

> Actually, the self/cls issue is because this is enabling the deprecated [`ANN101`](https://docs.astral.sh/ruff/rules/missing-type-self/)/[`ANN102`](https://docs.astral.sh/ruff/rules/missing-type-cls/) rules. Those should be disabled. Also, I really don't see the point anyway in running any of...

Planning on merging this in a day or two unless anyone has any other comments.

CI is failing because of jedi and I am unsure how to go about fixing it. That particular test is incredibly confusing and tells me nothing about what the error...

Going to merge this soon unless anyone has any additional concerns, consensus seems to be that removing duplicate should be fine.

While you are at it, take a look at https://github.com/CoolCat467/dotfiles/blob/main/dotfiles/.bin/woof, I added type annotations and overall modernized the project.

No, it was removed in 3.13, see https://docs.python.org/3/library/cgi.html >This module is no longer part of the Python standard library. It was [removed in Python 3.13](https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594) after being deprecated in Python...

If you hit https://github-readme-stats.vercel.app/, we get a `DEPLOYMENT_PAUSED` response code.

I know I'm not a maintainer of uv, but I strongly suggest that if environment lookups were added that they be opt-in. I've heard of things going very bad security...

Try ``` uv add prodigy --extra-index-url https://[email protected] ``` but do note this will create a `uv.lock` file

Potentially reason why there are duplicate uploads, I've noticed that for pull requests that are branches of https://github.com/python-trio/trio it runs CI both for that branch and for being a pull...