-
Right now, when using this library in any project which uses mypy, it gives the following error:
```
error: Skipping analyzing "m3u8": module is installed, but missing library stubs or py.typed mark…
-
Since #403, there is this new tox command: `tox -e mypy-docutils-stubs`.
It currently generates 57 new mypy errors in 2 files and it really looks like a headache to sort out.
Anyway, I don't want …
-
Hey there :wave:
I'm in the process of adding types to pytest-mypy, which integrates with xdist in part via the `pytest_configure_node` hook.
The type for the `node` parameter is available from `xd…
-
I cannot seem to find anything online. Would be really useful to have type checking for this library, for the usual reasons.
-
# How to reproduce:
1. Configure mypy like this:
```
[mypy]
check_untyped_defs = true
disallow_untyped_defs = true
ignore_missing_imports = true
no_implicit_optional…
ghost updated
2 years ago
-
I've tried several different ways of referencing packages like `types-python-dateutil` from PyPI and I can't get any of them to actually provide the type stubs to mypy using `bazel-mypy-integration`.
…
-
would be nice to have type hints added to the library
mypy currently complains due to `univers: module is installed, but missing library stubs or py.typed marker`
https://peps.python.org/pep-048…
-
-
Good day,
We have a project that uses mypy to check the types across the project. MyPy's check was working with no issue. However, we installed simple_history and created an abstract class to add h…
-
Add a check for mypy in https://github.com/vprusso/toqito/blob/200f3dc7a2178174d4ad6846f84686bc89c4c0ce/.github/workflows/build-test-actions.yml#L26
Right now, `~/toqito$ mypy .` fails due to follo…