Skip to content
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

[3.12] gh-109413: Add more type hints to libregrtest (GH-126352) #126389

Open
wants to merge 1 commit into
base: 3.12
Choose a base branch
from

Conversation

sobolevn
Copy link
Member

@sobolevn sobolevn commented Nov 4, 2024

(cherry picked from commit bfc1d25)

Extra changes:

  • I modified added_f = functools.partial(str_converter, **kwargs) # type: ignore[arg-type] because there was an error (basically, we can ignore functools.partial errors most of the time, because they are very hard to get right)
  • Synced requirements-dev.txt with main

@sobolevn
Copy link
Member Author

sobolevn commented Nov 4, 2024

Oh, libregrtest is not even checked on 3.12 🤦

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant