-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
astral-sh/ruff
#18112Labels
bugSomething isn't workingSomething isn't working
Description
How to reproduce
Set up the project the mypy_primer way:
git clone https://github.com/mit-ll-responsible-ai/hydra-zen
cd hydra-zen
uv venv
uv pip install pydantic beartype hydra-core
source .venv/bin/activateThen run the following command repeatedly:
ty check src tests/annotations
Leads to either 541, 543, or 544 diagnostics.
When TY_MAX_PARALLELISM is set to 1, ty consistently reports 544 diagnostics.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working