-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: support dynamic browser name #748
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
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.
LGTM, just nits
Where did the trailing coma come from in all the generated files? |
Black formatted it |
I don't see where you are changing the Black settings. |
Even I don't know, https://test-black.readthedocs.io/en/style-guide/style_guide/trailing_commas.html explains it |
@pavelfeldman As you can see here in the diff black is adding the comma https://github.com/microsoft/playwright-python/pull/748/checks?check_run_id=2914309332 and with the diff the CI passes hence not wasting more time Can you merge this ? |
This looks like a Black bug: if you replace |
Fixes #731