-
### Describe the solution you'd like
See #398 (PR #422) where we did this for 3.7/3.12. Can see the several things that were done there and similar should be done here.
-
# Bug report
## What's wrong
When trying to specify `SPECTACULAR_SETTINGS["SERVERS"]` per [Settings](https://drf-spectacular.readthedocs.io/en/latest/settings.html) mypy complains `Error: List i…
-
**Bug Report**
overloaded class-decorator is seen as not Callable when used on an overloaded method
(A clear and concise description of what the bug is.)
**To Reproduce**
```python
fr…
-
# Describe the bug
`DataFrame.drop` with `columns=set(...)` is unspecified.
# To Reproduce
1. Provide a minimal runnable `pandas` example that is not properly checked by the stubs.
```py
im…
-
For `django-stubs`, we would like to be able to load stubs conditionally, like it's done for typeshed via https://mypy.readthedocs.io/en/latest/common_issues.html#python-version-and-system-platform-ch…
-
Currently, the ["Version and platform checking" section](https://typing.readthedocs.io/en/latest/spec/directives.html#version-and-platform-checking) of the typing spec is very barebones. It basically …
-
Bumping because I can't find anything on Google or anywhere else on this repo on this topic.
Does this repo support stubs? If so, what am I supposed to be using for support in things like mypy/pyla…
-
### Describe the enhancement requested
When type-checking with `pyright`, the module `pyarrow.compute` raises tons of errors of the form
```
error: "sum" is not a known attribute of module "pyarr…
-
# Bug report
## What's wrong
After updating to version 1.13.0, I'm getting a false positive when using mixins with DeleteView. Probably [this commit](https://github.com/typeddjango/django-stubs/…
-
**Describe the bug**
Currently the `aioboto3` type generator creates the following _incorrect_ type hint (snippet from `aioboto3-stubs/session.pyi`).
```python
@overload
def resource(
self,…