facebook / facebook/pyrefly

pyrefly report flags some constant variables as untyped

Open
#3,404 2 comments 0 reactions 0 assignees View on GitHub
coverage
Dominant language
Rust
Stars
7k
Forks
516
PR merge metrics
No merged PRs in 30d

Description

### Describe the Bug

examples

```
OPTIONS_NOT_IN_PYPROJECT = frozenset(
{"verbose", "quiet", "config", "src", "version", "help"}
)

DEFAULT_EXCLUDES = re.compile(
r"/(\.direnv|\.eggs|\.git|\.hg|\.ipynb_checkpoints|\.mypy_cache|\.nox|\.pytest_cache|\.ruff_cache|\.tox|\.svn|\.venv|\.vscode|__pypackages__|_build|buck-out|build|dist|venv)/" # pylint: disable=line-too-long
)
```

### Sandbox Link

_No response_

### (Only applicable for extension issues) IDE Information

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.