mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00
run ruff via pre-commit
This commit is contained in:
@@ -8,6 +8,7 @@ from jupyterhub.spawner import LocalProcessSpawner
|
||||
|
||||
c = get_config() # noqa
|
||||
|
||||
|
||||
class DemoFormSpawner(LocalProcessSpawner):
|
||||
def _options_form_default(self):
|
||||
default_env = "YOURNAME=%s\n" % self.user.name
|
||||
|
Reference in New Issue
Block a user