-
Didn't you think of providing static typing stubs for this library?
jolaf updated
4 years ago
-
### Issue Type
Feature Request
### Source
binary
### Tensorflow Version
tf 2.8, tf 2.10
### Custom Code
No
### OS Platform and Distribution
Linux Ubuntu 20.04, macOS Ventura…
-
**Describe the bug**
boto3-stubs is the type stubs package for boto3, and it's a bit of an oddball because it and several hundred `mypy-boto3-*` packages are programmatically generated from the same …
-
When I incorporate `flatbuffers` into a Python program that is typed, I get the following warning from `mypy` when I attempt to `import flatbuffers`:
> Skipping analyzing "flatbuffers": module is i…
-
### Checklist
- [X] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md).
### Describe the problem you'd like to have solved…
-
### How would this feature be useful?
Let us assume I develop a Python package. In my PEP 621 `pyproject.toml` I have:
```toml
[project]
# ...
dependencies = [
"django >= 3.2, < 5.2",
…
-
From a quick look at your source code it looks like the library is thoroughly type hinted. However, mypy complains:
```
error: Skipping analyzing "qreader": module is installed, but missing librar…
-
There are places in codebase like [this](https://github.com/cleanlab/cleanvision/blob/main/src/cleanvision/utils/viz_manager.py#LL32C58-L32C60) where `mypy` won't be to detect variable's type and it w…
-
Following on from #11640 (specifically https://github.com/rapidsai/cudf/pull/11640#discussion_r961551760) a question arises as to how complete we should make the mypy pre-commit environment in terms o…
-
**Feature**
`mypy --install-types requirements.txt` will install type stubs of all dependencies in the file.
**Pitch**
I can't see a generic way to set up an environment ahead of time.