mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 20:13:02 +00:00
easier linting in jupyterhub_config
noqa get_import satisfies most linters
This commit is contained in:
@@ -19,6 +19,8 @@ else:
|
||||
service_name = "fastapi"
|
||||
oauth_redirect_uri = f"{public_host}/services/{service_name}/oauth_callback"
|
||||
|
||||
|
||||
c = get_config() # noqa
|
||||
c.JupyterHub.services = [
|
||||
{
|
||||
"name": service_name,
|
||||
|
Reference in New Issue
Block a user