Skip to content

Commit 1ee8456

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c32acaa commit 1ee8456

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_linter_pickle.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
from pylint_plugin_utils import augment_visit, suppress_message
77

88

9-
def fake_augmentation_func(*args, **kwargs):
10-
...
9+
def fake_augmentation_func(*args, **kwargs): ...
1110

1211

13-
def fake_suppress_func(*args, **kwargs):
14-
...
12+
def fake_suppress_func(*args, **kwargs): ...
1513

1614

1715
def test_linter_should_be_pickleable(linter):

0 commit comments

Comments
 (0)