-
I'm open to moving this question to the respective/most-suitable VSCode repo, in case it doesn't belong here.
I have the following for my `workspace` settings file:
```json
"python.linting.my…
SHxKM updated
3 years ago
-
For Nixpkgs we see an error for Python 3.11 and Python 3.12 with pytest 7.4.4 and mypy-plugins 3.0.0.
```bash
============================= test session starts ==============================
plat…
-
**Bug Report**
Hello,
I'm experiencing an error while unpacking lists with union type. the problem is not occuring for a flat list (see simple exampe bellow)
**To Reproduce**
```python
# I…
-
Though we already have `asdf`, it might be better to also have `pipx` so that we can install Python Applications directly from PyPI when needed.
Current workaround in `.readthedocs.yaml`:
```
…
-
### Describe the issue:
Hello lovely people :)
please check the title for a description of the issue at hand.
Thanks for your great work!
### Reproduce the code example:
```python
import num…
-
### Step 1: Are you in the right place?
- [x] I have verified there are no duplicate active or recent bugs, questions, or requests
- [x] I have verified that I am using the latest version of the p…
-
Please generate with pyi files for python for builtin types.
Currently we have a lot of errors using those types with pylint and need to ignore checking:
```
'google.protobuf.timestamp_pb2' has n…
-
**Feature**
It would be nice if `mypy` docs contains guidance/examples on how to write a `mypy` plugin that works around the limitations related to the use of `MetaPathFinder`/`PathEntryFinder`s.
…
-
In 5.0.3, the value of a [`GenericRelation`](https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/#django.contrib.contenttypes.fields.GenericRelation) field is given the useless type `_ST` (…
-
I can't get autoimport to work. I've followed [the instructions in the documentation](https://github.com/python-lsp/python-lsp-server/blob/develop/docs/autoimport.md) and a added `rope_autoimport` in …