-
### Describe the problem, ie expected/actual result (if it's not blatantly obvious)
this works at runtime so it should be allowed
### Gist to reproduce
```python
from typing import cast
c…
-
[autotyping](https://github.com/JelleZijlstra/autotyping) suggests type annotations in a "safe" and more "aggressive" manner. It would be nice to include its rules in ruff.
-
i'm using an alternate type checker ([basedmypy](https://github.com/kotlinIsland/basedmypy/)) that supports additional features such as tuple literal types, which is why i have pylance type checking d…
-
I am looking at the current rules in https://github.com/CarliJoy/intersection_examples/blob/main/specification.rst#typeddicts, which say that if two TypedDict members of an intersection share the same…
-
observed here: https://github.com/KotlinIsland/basedmypy/actions/runs/4519664399/jobs/7960278310
I used `--python-version 3.7` to generate the lock file but if failed in the CI where it used python…
-
I would like some type stubs for coverage, I see that you support >= 3.7 so types in the code would be possible (although perhaps not desirable).
I'm happy to drive this. just need to know if you w…
-
Look at this moment:
```py
def foo(a: Literal[1, 2, 3]): ...
```
```robot
Something
foo 1
```
Currently, robot will send a `"1"` to this function, which is invalid, I would expect rob…
-
### Describe the problem, ie expected/actual result (if it's not blatantly obvious)
um... isn't this supposed to be based?
it is currently cringe
please change the name to cringemypy
thanks
…
-
**Bug Report**
A `Callable` type alias is handled like usual generic, not as `Callable`.
This does not allow to define a type alias for a decorator.
It can be handled via callback `Protocol`, …
-
mypy_primer needs to checkout kotlinisland/basedmypy not python/mypy