-
# Bug report
I've updated `django-stubs-ext` from 0.4.0 to 0.5.0 and got a lof of error messages from mypy. Before, mypy didn't complain
There might actually be nothing wrong with django-stubs, …
-
Example:
```python
if TYPE_CHECKING:
from _typeshed import StrPath
def foo(path: StrPath) -> StrPath:
return path
```
Output (fails a build on read the docs):
```none
WARNING:…
-
relevant part of wheel build:
```
/build/opencv-python-4.10.0.84/opencv/modules/python/src2/typing_stubs_generator.py:52: UserWarning: Typing stubs generation has failed.
Traceback (most recent…
-
A user reports that there may be an incompatibility between new versions of nose testing and our nbgrader example stubs. I think they work fine in the default cocalc environments, but this should be …
-
I noticed that running mypy (https://github.com/python/mypy) on this project shows a bunch of type errors, and I was wondering if you would be interested in accepting a pull request wherein I add type…
-
```
$ docker build -t monero .
.
.
.
.
288.5 make[2]: Leaving directory '/src/contrib/depends/work/build/x86_64-linux-gnu/protobuf/21.12-9aeddd7937d/src'
288.5 Staging protobuf...
288.5 make[2…
-
(Or intentional choices to diverge from PEP 561 compliance.)
Subtasks:
- [x] Vendor typeshed's stubs: https://github.com/astral-sh/ruff/pull/11340
- [x] Add automation for keeping typeshed's stub…
-
I see that [contributing.md](https://raw.githubusercontent.com/python/typeshed/refs/heads/main/CONTRIBUTING.md) has a style guide for stubs, which somewhat duplicates the documentation on Writing and …
-
### 🐛 Describe the bug
See:
- https://hud.pytorch.org/hud/pytorch/vision/7d077f131217dc03813d97d7524ea3aeba7dd7e1/1?per_page=50&name_filter=docs&mergeLF=true
- https://hud.pytorch.org/hud/pytor…
-
I've been playing around with using libcst to copy (newly added) annotations from base class stubs to subclasses in a large legacy codebase. It's pretty neat!
There are some edge cases in this that…