ARG001: fix
This commit is contained in:
@@ -8,7 +8,7 @@ from clan_cli.tests.stdout import CaptureOutput
|
||||
|
||||
@pytest.mark.with_core
|
||||
def test_flash_list_languages(
|
||||
temporary_home: Path,
|
||||
temporary_home: Path, # noqa: ARG001
|
||||
capture_output: CaptureOutput,
|
||||
) -> None:
|
||||
with capture_output as output:
|
||||
@@ -21,7 +21,7 @@ def test_flash_list_languages(
|
||||
|
||||
@pytest.mark.with_core
|
||||
def test_flash_list_keymaps(
|
||||
temporary_home: Path,
|
||||
temporary_home: Path, # noqa: ARG001
|
||||
capture_output: CaptureOutput,
|
||||
) -> None:
|
||||
with capture_output as output:
|
||||
|
||||
Reference in New Issue
Block a user