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 Jan 29, 2024
1 parent c9fef45 commit cef647e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_linter_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cef647e

Please sign in to comment.