-
Hi.
`google.cloud.firestore` does not have types via [PEP561](https://www.python.org/dev/peps/pep-0561/)
`google.cloud.firestore_v1` and friends do.
Per the PEP:
```
This PEP does not support d…
-
# Pyre Bug
**Bug description**
Running pyre inside a Linux Docker container fails.
**Reproduction steps**
```
docker run -it ubuntu /bin/bash
```
inside container:
```
apt update && ap…
-
Hello ! :wave:
I installed Pyre on one of my projects in order to test it, but **it is unable to find the modules I import**, even native Python modules. Here is an example of what the `pyre` comm…
-
### Steps to reproduce
1. import python-telegram-bot modules into your `test.py` file (e.g. `from telegram import InlineKeyboardMarkup`)
2. run `mypy test.py`
3. receive the following output …
-
**Feature Description**
It seems the trulens project makes efforts to type the code.
I haven't found that types are checked in CI (are they?). It would be nice to do a check with a tool such as Mypy…
-
# Check command exited with non-zero return code: 126.
**Bug description**
When running `pyre check` which has been installed via poetry, with `poetry run pyre check` I am getting the following …
-
Ensure repositories are up to date with PyAnsys guidelines
- [x] Ensure pre-commit is configured
- [x] https://github.com/ansys/openapi-common/issues/547
- [x] https://github.com/ansys/granta…
-
To facilitate downstream users who want to use static type hinting in their codebase, it seems like it's a good idea to use the `mypy`-style static type hinting in the `dateutil` codebase. Some of th…
-
@marcinguy I tried to run the checkmate repo locally and encountered error with this dependency. Something has to do with pyproject.toml file
`Collecting blitzdb3-ce (from -r requirements.txt (line…
-
# Pyre Bug
**Bug description**
`pyre` crashes with `ƛ [Errno 86] Bad CPU type in executable: 'venv/bin/pyre.bin'`
**Reproduction steps**
```shell
$ mkdir my_project && cd my_project
$ pyth…