Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 18, 2022
1 parent 7a8fe98 commit ae05856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_pylint_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def test_runner_with_arguments(runner: _RunCallable, tmpdir: LocalPath) -> None:
assert err.value.code == 0


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

0 comments on commit ae05856

Please sign in to comment.