-
### Describe your environment
OS: Void Linux
Python version: Python 3.12
SDK version: 1.28.1
API version: 1.28.1
### What happened?
Pyright type checker complains about missing type stubs for
…
-
## Description
Hi
Thanks for all the good work, I like the vision of pixi!
When working with Pycharm 2024.3, I couldn't get the environment/project to run.
Even though I followed the recommended…
-
Following discussion on Slack, it would be interesting to have auto-generated Stubs for the Python bindings. I would be interest in tackling this issue during devdays this year.
For context, [Stub …
-
# Bug report
## What's wrong
If I run mypy on this code:
```py
from django.contrib.contenttypes.models import ContentType
from django.db import models
def f(model: type[models.Model]) -> N…
-
**Describe the bug**
The stubs for `pandas_stubs.core.strings.StringMethods.rsplit` includes a `regex: bool` parameter. The function `pandas.Series.str.rsplit` contains no such parameter.
**To R…
-
### What's the problem this feature will solve?
Type-checkers don't see distutils as available in Python 3.12+
This is already causing us much pain when it comes to type-checking, and is becoming …
-
It looks like Python has type hints for aio, but not all of the code. `py.typed` also isn't shipped, which would mark the wheel as having type hints. This results in external type hints, like this: ht…
-
Right now when you run mypy on a project with lakers, mypy doesn't find the stubs:
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install lakers
$ echo "import lakers" > some.py
…
-
# User Description
_User did not enter any detailed information._
# Stack Trace
```
java.lang.Throwable: Indexing process should not rely on non-indexed file data.
Indexing file = /home/graff/.…
-
I wanna ask what is ***/python_stubs/-378786325, because my python_stubs folder has many children folder like -320340808. Do I need to copy this torch folder to each of these children folder? Thanks a…