-
Hey, I'm not understanding which version of the stubs I need to install?
These are my installed modules per `pip list`.
```bash
django-stubs 4.2.7
django-stubs-ext 5.0.4
…
-
Hey there! My friend introduced me to Nengo a little while back, and it's been fun as a first experience with neural networks etc. I have been noticing though that whenever I use my venv with mypy sup…
-
This would help people who'd like to use sortedcontainers in a project with mypy type checking.
https://github.com/python/mypy/wiki/Creating-Stubs-For-Python-Modules
-
Mypy supports splitting types by Python versions by interpreting `if sys.version_info ...` checks. But we have no mechanism to conditionally split types by Django version. This has lead to lots of sma…
-
I have a bunch of stub files organized by my C# stub generator DLLs, which are organized by DLL namespace names. They are then called by my Python scripts using clr.addReference("name"), which is a DL…
-
**Why is this feature valuable to you? Does it solve a problem you're having?**
Type checking of Python code can be incredibly helpful to write readable and maintainable code.
**Describe the solu…
-
In the pursuit of using typing to improve error handling in Python, I use mypy to achieve this goal. However, this library poses issues as there is a lack of 'compatibility,' so to speak, and it gives…
-
I'm trying to write a test that runs mypy. I _thought_ I had the following working in rules_python 0.22.0:
```shell
$ ls -A
.bazelversion BUILD MODULE.bazel WORKSPACE bar.py foo.py lint.bzl…
-
# 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, …
-
**Describe the bug**
When values are extracted from a data frame with a multi-index, the key is supposed to be an accepted tuple, but it is not.
**To Reproduce**
1. Provide a minimal runnable `pa…