From ee98030ecd5c2d06fa00e03e5d92552f212b6b04 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Mon, 27 Jul 2026 20:25:54 +0200 Subject: [PATCH] style(v2): normalize repository integration formatting --- tests/integration/test_repositories.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/integration/test_repositories.py b/tests/integration/test_repositories.py index f098dd8..e72580f 100644 --- a/tests/integration/test_repositories.py +++ b/tests/integration/test_repositories.py @@ -9,7 +9,9 @@ from backup_tool.config import Settings @pytest.mark.asyncio -async def test_admin_can_create_and_inspect_allowlisted_repository(tmp_path: Path) -> None: +async def test_admin_can_create_and_inspect_allowlisted_repository( + tmp_path: Path, +) -> None: key = tmp_path / "key" key.write_bytes(b"x" * 32) key.chmod(0o600)