From 2b1023993b0957f8364d79ec71dff7ef87e5da3c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:11:22 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/test_hookcaller.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/testing/test_hookcaller.py b/testing/test_hookcaller.py index 355783fd..fd265788 100644 --- a/testing/test_hookcaller.py +++ b/testing/test_hookcaller.py @@ -471,7 +471,7 @@ def test_hook_impl_initialization() -> None: # Verify attributes are set correctly assert hook_impl.function == function - assert hook_impl.argnames == ("x",) + assert hook_impl.argnames == ("x",) assert hook_impl.kwargnames == () assert hook_impl.plugin == plugin assert hook_impl.opts == hook_impl_opts @@ -501,7 +501,6 @@ def test_hook_impl_representation() -> None: # Verify __repr__ method expected_repr = ( - f"" + f"" ) - assert repr(hook_impl) == expected_repr \ No newline at end of file + assert repr(hook_impl) == expected_repr