pre-commit: run hooks

This commit is contained in:
Erik Sundell
2024-09-20 22:11:25 +02:00
parent 436c81f26d
commit 0de2db365a
3 changed files with 11 additions and 9 deletions

View File

@@ -29,8 +29,7 @@ def test_labextensions():
# jupyter-labextension writes to stdout and stderr weirdly
proc = subprocess.run(
["/opt/tljh/user/bin/jupyter-labextension", "list"],
stderr=subprocess.PIPE,
stdout=subprocess.PIPE,
capture_output=True,
)
extensions = [