Skip to content

Commit

Permalink
Update tests/test_pylint_runners.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Nov 18, 2022
1 parent ae05856 commit c67f204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pylint_runners.py
Expand Up @@ -60,7 +60,7 @@ def test_runner_with_arguments(runner: _RunCallable, tmpdir: LocalPath) -> None:


def test_pylint_argument_deduplication(
tmpdir: LocalPath, tests_directory: Path
tmpdir: LocalPath, tests_directory: pathlib.Path
) -> None:
"""Check that the Pylint runner does not over-report on duplicate
arguments.
Expand Down

0 comments on commit c67f204

Please sign in to comment.