-
Notifications
You must be signed in to change notification settings - Fork 110
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
Unpin mypy #9996
Unpin mypy #9996
Conversation
CodSpeed Performance ReportMerging #9996 will not alter performanceComparing Summary
|
@ert.plugin(name="ert") # type: ignore | ||
def help_links(): | ||
@ert.plugin(name="ert") | ||
def help_links(): # type: ignore |
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.
Is it possible to avoid the # type: ignore
by adding -> dict[str, str]
instead?
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.
Done.
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.
I also changed the inside_str
from bool(char)
to simply True
, char would always be "'"
so always True I believe.
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.
Just a small question about trying to avoid # type: ignore
, otherwise looks good.
Issue
Resolves #9970
git rebase -i main --exec 'just rapid-tests'
)When applicable