-
Hello,
Is it possible to provide type hints for the API functions? Many people (myself included) work with static type checkers like mypy or pylance to make sure up to a point that no arbitrary con…
-
### Short description
Feature request: Could you please add type hints to the source (and/or in stub files) and add a `py.typed` marker file per [PEP 561](https://peps.python.org/pep-0561/)
…
-
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…
-
I see that [contributing.md](https://raw.githubusercontent.com/python/typeshed/refs/heads/main/CONTRIBUTING.md) has a style guide for stubs, which somewhat duplicates the documentation on Writing and …
-
We should add pandas-stubs to mypy type checks:
```diff
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -46,6 +46,7 @@ repos:
args: []
additional_dependencies:
…
-
Right now when you run mypy on a project with lakers, mypy doesn't find the stubs:
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install lakers
$ echo "import lakers" > some.py
…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/deepflowio/deepflow/issues?q=is%3Aissue) and found no similar feature requirement.
### DeepFlow Component
CL…
-
Nowadays many tools(like `mypy` or `pyright`) start to provide type check. Would this project add typing stubs in the future?
![image](https://user-images.githubusercontent.com/45957390/150147489-146…
-
In the course of using msgpack in a project I've written some basic type stubs for the parts of the API I'm using.
I don't think it would be too hard to fill out the type stubs for the rest of the AP…
-
Add PEP 484 type hints.