Skip to content

Commit a774591

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/plugin/test_inline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def tox_add_option(parser: ToxParser) -> None:
2828

2929
def test_toxfile_py_w_ephemeral_envs(tox_project: ToxProjectCreator) -> None:
3030
"""Ensure additional ephemeral tox envs can be plugin-injected."""
31+
3132
def plugin() -> None: # pragma: no cover # the code is copied to a python file
3233
from tox.config.loader.memory import MemoryLoader # noqa: PLC0415
3334
from tox.plugin import impl # noqa: PLC0415

0 commit comments

Comments
 (0)