-
Would be amazing if Ruff had static type checking. Mypy is a well known solution in this area as well as pytype, pyre, and others.
As a follow up, we could have some way of auto-fixing type annotatio…
-
# Pyre Bug
**Bug description**
Subclasses should not be able to change the type of their mutable attributes, see relevant open issue [in mypy](https://github.com/python/mypy/issues/3208) and rec…
-
When trying to run pyre on Python 3.6.6 within conda i receive the following exception:
```
MikeBook-Pro:~ coreym$
MikeBook-Pro:~ coreym$
MikeBook-Pro:~ coreym$ source activate Dekker
(Dekker…
-
# 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 …
-
Hello!
Is it possible to create a pyre Python3 wheel from py-cryptonight?
-
# Pyre Bug
Pyre does not reason about complex `if` statements. This is used in e.g. aiohttp:
https://github.com/aio-libs/aiohttp/blob/master/aiohttp/client.py#L1034
[Reproduction steps](https…
-
Pyre [0] allows for further static analysis to ensure untrusted and/or unsanitized input never makes it it's way through to sensitive functions.
We should add annotations for sources, sanitizers an…
emkll updated
4 months ago
-
## Issue Summary
Attempted to sacrifice some corpses acquired from lavaland, and was unable to buckle them to the altar. Even after igniting them they refused to be sacrificed.
## Round ID:…
-
# Pyre Bug
**Bug description**
when I run " pyre analyze" in exercise1's cmd,it gives me an error
**Reproduction steps**
![image](https://user-images.githubusercontent.com/82520400/193783524-a…
-
This used to work with pyre 0.0.52, but started failing on 0.0.56. When I run pyre inside virtualenv it fails with the following:
ƛ Traceback (most recent call last):
File "/Users/gru/.venvs/to…