Nick Pope

Results 169 comments of Nick Pope

I've just opened #48 which addresses a whole host of issues. In there I've removed the `${PWD}` - I'm not honestly sure why it was added. It also makes the...

Amazing! I'll try to have a play with this next week.

> You can avoid this with `uv run ./list-peps`. I'm not sure whether that's a bug or working as intended, given that running `list-peps` in the terminal is interpreted the...

Yes. The `--script` flag was added after I opened this and solves this issue. I forgot to come back and close this out.

Related: https://github.com/astral-sh/ruff/issues/13021#issuecomment-2302585295

@youtux Could you try installing from the `master` branch? I think this should be fixed by #2646.

> the `master` branch @ [e566001](https://github.com/typeddjango/django-stubs/commit/e5660012c2d327bca2446d9e6c6b3033b13e517c) seems to be failing for me (both on mypy 1.13.0 and 1.15.0): > > ``` > $ mypy file.py --show-traceback > .../lib/python3.12/site-packages/django-stubs/http/request.pyi:56: error: INTERNAL...

> We can probably extract the bit we need to keep supporting 1.13. Fix is here: #2669 **Edit:** The fix has been merged.