Black and Prettier formatting

This commit is contained in:
Robert Schroll
2024-01-19 18:11:34 -08:00
parent 1d9182dd82
commit 551c65243c
2 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,13 @@ c.JupyterHub.services = [
},
]
c.JupyterHub.load_roles = [
{'name': 'user', 'scopes': ['access:services!service=whoami', 'self']}
{
'name': 'user',
'scopes': [
'access:services!service=whoami', # access this service
'self', # and all of the standard things for a user
],
}
]
# dummy auth and simple spawner for testing