-
I made stub file, but I can't use it in mypy with current directory structure of pefile. I suppose pefile must be in a single directory for stubs work.
I propose to change current directory structu…
-
Hey there! My friend introduced me to Nengo a little while back, and it's been fun as a first experience with neural networks etc. I have been noticing though that whenever I use my venv with mypy sup…
-
When importing trafaret from a type-checked codebase, it often generates type check failures (mypy) due to missing explicit `__rshift__()` method declaration and `-> NoReturn` for the `Trafaret._failu…
-
Great library, thanks.
I'm using it in one of my projects and recently wanted to migrate it to type hinting with mypy. Unfortunately, I failed, because appdirs doesn't provide type hints.
Could you …
-
- How to contribute, e.g.
- reporting bugs
- writing type-tests
- writing or improving stubs
- improving the CI
- cleaning up `scipy` itself (e.g. remove existing bundled `.pyi`)
- i…
-
-
Here's an example of what the type checking looks like currently (observe all the errors) for `@asm_pio`-decorated Programmable IO assembly code blocks:
![image](https://github.com/user-attachments…
-
See https://typing.readthedocs.io/en/latest/spec/distributing.html#import-conventions
A normal `from foo import bar` in module `a` should not allow another module to do `from a import bar`; an expl…
-
I'm not sure if this should be here, or in https://github.com/khornberg/octokit.py, but generated .pyi stubs would be amazing for this library
Mause updated
2 years ago
-
I'm pursuing better type coverage for mypy-protobuf generated stubs.
[runtime_version](https://github.com/protocolbuffers/protobuf/blob/8b2efee24ce33f9e284651969684143bcd74fc49/python/google/protob…