-
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` (…
-
Hello folks,
Recently [numpy](https://github.com/numpy/numpy/issues/7370) added some type hinting for their types. Tools like mypy is suppose to make it easier to test large codebases. There is a …
f0lie updated
2 months ago
-
*This is a good first issue for new contributors to take on, if you have any questions, please ask on the task or in our [Gitter room](https://gitter.im/freedomofpress/securedrop)!*
We currently ha…
-
Formatting and linting of Python code for the released packages (and potentially for all our Python scripts) should be consistent across the Organisation.
This could be a first item in the agenda for …
-
* taperable_helix version: 0.8.10
* Python version: 3.7
* Operating System: Linux
### mypy reports "Unexpected keyworkd argument" for keyword from parent fields.
```
(py-helix) wink@3900x:~/p…
-
1. The Transonic types defined in `transonic.typing` should be compatible with Mypy.
2. It should also be possible to directly use types defined in `typing` for the simple cases (List, Dict, Set, T…
-
It would be useful to be able to add type checking (with mypy) as an optional extra when starting a new project
-
### Bug description
```python
from typing import Callable, Concatenate, ParamSpec, TypeVar
S = TypeVar('S')
P = ParamSpec('P')
RealFun = Callable[Concatenate[S, P], None]
FunWithEvent = Callabl…
-
When implementing #142 I encountered a tricky type annotation scenario and used a workaround.
The `AnyPath` constructor instead of `to_anypath` in the code referenced below runs fine, but `mypy` co…
-
# Bug report
## What's wrong
> Again, this is a **really** cool project ❤️
Consider the following code:
```py
from enum import Enum, auto
import math
from typing import TypeAlias
fr…