diff --git a/pytest_playwright/pytest_playwright.py b/pytest_playwright/pytest_playwright.py index 7fe0fb0..6cbe01e 100644 --- a/pytest_playwright/pytest_playwright.py +++ b/pytest_playwright/pytest_playwright.py @@ -386,7 +386,10 @@ def pytest_addoption(parser: Any) -> None: help="Run tests with slow mo", ) group.addoption( - "--device", default=None, action="store", help="Device to be emulated." + "--device", + default=None, + action="store", + help="Device to be emulated.", ) group.addoption( "--output",