From 90bf519e384c40c0146ddb66d43c4a96443c05e5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:36:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_linter_pickle.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_linter_pickle.py b/tests/test_linter_pickle.py index e0dab37..d847e9c 100644 --- a/tests/test_linter_pickle.py +++ b/tests/test_linter_pickle.py @@ -6,12 +6,10 @@ from pylint_plugin_utils import augment_visit, suppress_message -def fake_augmentation_func(*args, **kwargs): - ... +def fake_augmentation_func(*args, **kwargs): ... -def fake_suppress_func(*args, **kwargs): - ... +def fake_suppress_func(*args, **kwargs): ... def test_linter_should_be_pickleable(linter):