Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.5](astral-sh/ruff-pre-commit@v0.11.4...v0.11.5) - [github.com/RobertCraigie/pyright-python: v1.1.398 → v1.1.399](RobertCraigie/pyright-python@v1.1.398...v1.1.399)
|
ugh this is an ugly one. New pyright version has
but I don't really expect pyright to reconsider their stance, but opened microsoft/pyright#10336 anyway |
|
I wouldn't mind dropping py39 a few months early, if that makes it easier? |
|
nah it's fine, I just pushed to the wrong origin |
| problems: list[Error] = field(default_factory=list) | ||
| noqas: dict[int, set[str]] = field(default_factory=dict) | ||
| problems: list[Error] = field(default_factory=list[Error]) | ||
| noqas: dict[int, set[str]] = field(default_factory=dict[int, set[str]]) |
There was a problem hiding this comment.
huh, it seems like pyright needing this duplication of types might be an upstream issue?
There was a problem hiding this comment.

updates: