-
Are there any plans for type hint / mypy support?
1) `OrderedSet` is not a generic type, so it's not possible to use `OrderedSet[str]`.
2) An `OrderedSet` of strings is not considered compatible w…
-
It's possible for mypy to report fewer source files than files with errors. Example:
```
Found 38 errors in 8 files (checked 2 source files)
```
This was surprising to me. It turns out that th…
-
Many commands, eg `polySeparate` and `polyChipOff` can take either a single str or a list (or Sequence?) or str representing multiple Maya objects, but the stubs currently just say `*args: str`.
I …
-
I was trying to create some stubs for lxml library, but I encountered a function that depending on a function object it gets (as in specific function object - checked with identity check) only finds o…
-
Issue Type: Bug
Hello,
Seems related to https://github.com/microsoft/pylance-release/issues/2304 but that issue says to open new issues for similar problems, so here goes.
Hovering a function…
-
Moved from [djs55/ocaml-vhd#25]
The spec file in buildroot needs to be updated to include "blktap" as a dependency, since that provides vhd/libvhd.h, but even with that change ocaml-vhd cannot build …
djs55 updated
8 years ago
-
In this example, the `boto` package has a stub, but the `boto.foo` module does not:
``` bash
$ python3 -m mypy --py2 --silent-imports -c 'import boto.foo'
# no error
$ python3 -m mypy --py2 --silent-…
-
I think it would be pretty useful if there was a simplified way of using `stubgen` that would:
- run `stubgen` for all deps with missing types
- add them to a vendored stubs directory in the project
-
**Is your feature request related to a problem? Please describe.**
Horovod currently lacks type hints, which negates some of the benefits that static type checkers (e.g., mypy) can provide to type-hi…
-
Running mypy today made me sad, we should fix these type errors eventually.
116 errors, 184 lines of output
(.venv) [fisher@workshop BoMI-StartReact]$ mypy bomI
trigno_sdk/client.py:121: …