-
This is a great task for new developers.
This library has type annotations, but is missing `py.typed` file.
But, it is required to make types distributable.
See https://www.python.org/dev/peps/pe…
-
## Feature request
#### Feature description
I use [mypy](https://github.com/python/mypy), one of the most famous static type checkers in Python, to check my Python code depending on rclpy.
Howe…
-
I haven't investigated deeply yet, but it looks like `pants.core.goals.test.build_runtime_package_dependencies` might not be deterministic.
While inspecting traces of Pants' own CI, I noticed that …
-
**Describe the bug**
When `types-protobuf` stub is installed, `google.cloud` imports cannot be resolved. I don't think it's a stub bug, because mypy seems to handle this right.
**To Reproduce**
…
-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no…
-
┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/SDK-1700) by [Unito](https://www.unito.io)
-
See this issue: https://github.com/microsoft/pyright/issues/2113
-
Hello, would you be open into adding types to aiocsv? I could help
-
Relates to #191 where the `py.typed` file has been introduced.
## Symptom
when using airesponses mypy complains:
> error: Cannot find implementation or library stub for module named "aioresponses…
-
when trying to use a static type checker (in this case mypy) get error
`[mypy error] [E] Skipping analyzing "pygame_gui": module is installed, but missing library stubs or py.typed marker`
if w…