-
Right now we have 200$ in our OpenCollective account: https://opencollective.com/typeddjangoorg
I think it might be fair to split these funds among active maintainers.
So, I want to raise a discus…
-
In various places, we use `Sequence[str]` as a type annotation. The problem is that a regular string also matches `Sequence[str]` . So we need to look at the various places we use `Sequence[str]` an…
-
#### Is your feature request related to a problem?
As described in #26766, it would be good to have type annotations for Index.
#### Describe the solution you'd like
I would like the type of …
-
https://kishstats.com/python/2019/01/07/python-type-hinting.html
https://docs.python.org/3/library/typing.html
-
Hi, I am having problems understanding what I am seeing here in the below example.
Why can't mypy figure out that after the else statement, we definitely have a DataFrame?
```
from typing imp…
-
# Bug report
## What's wrong
Iterating over the `annotate` result and accessing the aggregated item throws `Model` is not indexable.
```python
class Author(models.Model):
author_nam…
-
## Summary
* OS: n/a
* Type: wheels
## Description
Add [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints to all (at least public API) code and make the distribution [PEP 561](h…
-
Recently it seems that more and more Python libraries include typing hints. Personally, I'm a fan of type hints while developing. Are there any plans to add typing hints to Fiona?
I'm not 100% sur…
-
Is there a specific philosophy that this repo has about using `pybind11_stubgen`-defined classes in the generated stubs?
At the moment, I see that this is done mainly for `--numpy-array-wrap-with-a…
-
Please publish each stubs to PyPI as [stub-only packages](https://peps.python.org/pep-0561/#stub-only-packages) like [python/typeshed](https://github.com/python/typeshed).
I would like to see `*-st…