Skip to content

Commit 7333378

Browse files
committed
Merge branch 'ruff' of https://github.com/pfmoore/pip into ruff
2 parents 0af7d6d + 7c3418b commit 7333378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def run(
686686
kw["expect_stderr"] = True
687687
# Ignore linter check
688688
# B026 Star-arg unpacking after a keyword argument is strongly discouraged
689-
result = super().run(cwd=cwd, *args, **kw) # noqa
689+
result = super().run(cwd=cwd, *args, **kw) # noqa: B026
690690

691691
if expect_error and not allow_error:
692692
if result.returncode == 0:

0 commit comments

Comments
 (0)