easier linting in jupyterhub_config

noqa get_import satisfies most linters
This commit is contained in:
Min RK
2024-01-23 15:21:13 +01:00
parent 4375c2db96
commit 5e166970fa
10 changed files with 15 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ if not api_token:
"Make sure to `export JUPYTERHUB_API_TOKEN=$(openssl rand -hex 32)`"
)
c = get_config() # noqa
# tell JupyterHub to register the service as an external oauth client
c.JupyterHub.services = [
{