style(v2): normalize repository integration formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user