From 8d308649a0a782b23c9d8639d46ecf063cf87cda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:01:07 +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):