-
### Description
- This issue aims to improve the static type checking in our codebase and expand the functionality of the Supervision library. The enhancements will make the static type checking an…
-
Would it be possible to generate stubs or types for compiled contracts?
For example, this import is not really recognized by IDE's
`from brownie import Token`
There's a Token.json file in the b…
-
I'm trying to write stubs for a liibrary and I have some problems with literal strings. I just need to compare the type and not the value.
How can I do something like that?
This is a simple exam…
-
photoresize compiles fine using TCL 8.6 on W10 and Ubuntu flavours.
Using TCL 8.7a4 (latest commit as from bug filing) it compiles in W10 but fails in Ubuntu 16/18/20 with below error,
photoresize …
-
I can't find where ReadOnlyCell is defined. If I call the
cell function of a worksheet I am getting that the function returns
type "MergedCell`**` | Unknown | Cell"
because ReadOnlyCell is not …
-
It would be great to have type hints to the code to be able to leverage the types in other projects that use joblib and mypy.
-
It would be great if pybuildkite shipped with type stubs included so that consuming projects could use mypy to ensure that they are using valid fields/functions on pybuildkite objects
I was inspire…
-
**Bug Report**
Mypy allows the return value of `list()` to be upcasted. eg. `list[int]` -> `list[object]` (or `list[int | None]`). Mypy does not permit the same behaviour with the return va…
Dunes updated
2 weeks ago
-
### Question
Would it be possible (or even make sense) to use to use the stubs from typeshed instead of the real libraries in pylint checks?
```
import requests
requests.get("https:")
```
…
xrmx updated
6 months ago
-
**Bug Report**
I have not been able to find any issues discussing a similar situation, so I'm filing this bug. I apologize in advanced if this is just a configuration issue. As best as I can curr…