Skip to content

Commit 1f7446a

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/unit/plugins/finder_test.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def test_flake8_plugins(flake8_dist, mock_distribution):
201201
"9001",
202202
importlib.metadata.EntryPoint(
203203
"default",
204-
"flake8.formatting.default:Default",
204+
"flake8.formatting.default:Default",
205205
"flake8.report",
206206
),
207207
),
@@ -306,8 +306,8 @@ def test_importlib_plugins(
306306
"flake8",
307307
"9001",
308308
importlib.metadata.EntryPoint(
309-
"default",
310-
"flake8.formatting.default:Default",
309+
"default",
310+
"flake8.formatting.default:Default",
311311
"flake8.report",
312312
),
313313
),
@@ -489,8 +489,8 @@ def test_find_plugins(
489489
"flake8",
490490
"9001",
491491
importlib.metadata.EntryPoint(
492-
"default",
493-
"flake8.formatting.default:Default",
492+
"default",
493+
"flake8.formatting.default:Default",
494494
"flake8.report",
495495
),
496496
),

0 commit comments

Comments
 (0)