pyre-check icon indicating copy to clipboard operation
pyre-check copied to clipboard

Performant type-checking for python.

Results 205 pyre-check issues
Sort by recently updated
recently updated
newest added

# Pyre Bug **Bug description** failure during pyre init-pysa **Reproduction steps** I ran steps according to doc pip install pyre-check fb-sapp pyre init-pysa **Logs** ƛ Would you like to generate...

Summary: Adds 5 classes of warning codes to delibrately vulnerable flask app increasing the coverage of the integration test. Differential Revision: D38584059

CLA Signed
fb-exported

Differential Revision: D37804789

CLA Signed
fb-exported

the bug reporting for extentions redirected me to this github repo, the extention pyre-vscode doesnt do anything at all, i ran pyre init, it gave me a output ``` You...

# Pyre Feature Request When you have a `Union` of `TypedDict` it would be nice to be able to narrow them. However, `pyre` doesn't seem to allow this. Even when...

enhancement

# Pyre Bug **Bug description** I made a class in Pydantic and when i ran pyre check it gave uninitialized attribute [13] error while strict mode was not set to...

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

CLA Signed
dependencies
javascript

Hello, I have tried to use pyre to introduce `LiteralString` in psycopg 3 codebase. I could fix all the internal usage of LiteralString, however, several methods of [`string.Formatter`](https://docs.python.org/3.8/library/string.html#string.Formatter) might be...

# 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 $ python3 -m venv...

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

CLA Signed
dependencies
javascript