-
-
Notifications
You must be signed in to change notification settings - Fork 2
[pre-commit.ci] pre-commit autoupdate #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh, it seems like pyright needing this duplication of types might be an upstream issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updates: