style(v2): normalize repository integration formatting

This commit is contained in:
2026-07-27 20:25:54 +02:00
parent 448fa98629
commit ee98030ecd
+3 -1
View File
@@ -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)