From aae8d12547f7caf4a88bdec64958412841fca6f2 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sat, 15 May 2021 01:27:37 +0200 Subject: [PATCH] pre-commit: run end-of-file-fixer --- .coveragerc | 2 +- docs/source/api/index.rst.tpl | 1 - examples/azuread/run.sh | 1 - requirements.txt | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.coveragerc b/.coveragerc index 59fa6849..5a20d721 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [report] -omit = *test* \ No newline at end of file +omit = *test* diff --git a/docs/source/api/index.rst.tpl b/docs/source/api/index.rst.tpl index 402f13ea..1cfaa161 100644 --- a/docs/source/api/index.rst.tpl +++ b/docs/source/api/index.rst.tpl @@ -7,4 +7,3 @@ OAuthenticators {% for module in modules -%} {{ module }} {% endfor %} - diff --git a/examples/azuread/run.sh b/examples/azuread/run.sh index c9d78608..ced0a1dd 100755 --- a/examples/azuread/run.sh +++ b/examples/azuread/run.sh @@ -1,3 +1,2 @@ export AAD_TENANT_ID='{AAD-TENANT-ID}' jupyterhub -f ./sample_jupyter_config.py –-log-level=DEBUG - diff --git a/requirements.txt b/requirements.txt index e6823ef1..7354ea8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -jupyterhub>=1.2 \ No newline at end of file +jupyterhub>=1.2