From 140cef526679650610f87b8db0f89e8fa2c904cb Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 30 May 2022 15:55:37 +0200 Subject: [PATCH] run pre-commit autoformatters --- .github/ISSUE_TEMPLATE/repo_check.md | 1 - .github/ISSUE_TEMPLATE/request_resources.yml | 1 - .github/workflows/cd.yml | 5 +- .github/workflows/watch-dependencies.yaml | 1 - README.md | 24 +-- WISDOM.md | 4 +- config/ovh.yaml | 14 +- config/prod.yaml | 1 - config/turing.yaml | 5 +- deploy.py | 118 ++++++----- docs/source/components/cloud.md | 15 +- docs/source/components/dashboards.md | 1 + docs/source/components/ingress.md | 32 +-- docs/source/components/metrics.md | 37 ++-- docs/source/conf.py | 10 +- docs/source/deployment/how.md | 183 +++++++++--------- docs/source/deployment/prereqs.md | 6 +- docs/source/deployment/what.md | 78 ++++---- .../getting_started/production_environment.md | 24 +-- .../source/incident-reports/2017-09-29-504.md | 6 +- .../incident-reports/2017-11-30-oom-proxy.md | 31 ++- .../2018-01-04-failed-staging-deploy.md | 7 +- .../2018-01-17-ubuntu-upgrade.md | 30 +-- .../incident-reports/2018-01-18-reddit-hug.md | 5 +- .../2018-01-18-ssl-outdated.md | 4 +- .../2018-02-12-launch-fail.md | 9 +- .../2018-02-20-jupyterlab-announcement.md | 46 ++--- .../incident-reports/2018-02-22-nginx-down.md | 1 - .../2018-03-13-PVC-hub-locked.md | 40 ++-- .../2018-03-26-no-space-left.md | 2 - .../2018-03-31-server-start-fail.md | 25 ++- .../incident-reports/2018-04-18-cull-flood.md | 19 +- .../2018-07-08-podsnips-aplenty.md | 3 +- ...018-07-30-jupyterlab-build-cpu-saturate.md | 10 +- .../incident-reports/2019-02-20-no-logs.md | 19 +- .../2020-07-09-simultaneous-launches-scipy.md | 16 +- .../2022-01-27-prime-version.md | 6 - .../operation_guide/command_snippets.md | 76 ++++---- .../source/operation_guide/common_problems.md | 46 ++--- docs/source/operation_guide/grafana_plots.md | 16 +- images/analytics-publisher/archiver.py | 104 +++++----- images/analytics-publisher/cloudcosts.py | 84 ++++---- images/analytics-publisher/indexer.py | 70 +++---- images/analytics-publisher/run.py | 38 ++-- images/federation-redirect/app.py | 15 +- images/federation-redirect/test_rendezvous.py | 2 +- images/tc-init/README.md | 24 +-- images/tc-init/example.yml | 28 +-- .../etc/jupyter/jupyter_notebook_config.py | 34 ++-- mybinder/values.yaml | 35 ++-- post-grafana-annotation.py | 44 ++--- scripts/datacenters.py | 3 +- scripts/delete-pods.py | 65 +++++-- scripts/drain-user-node | 5 +- scripts/list_new_commits.py | 60 +++--- scripts/load-test.py | 126 ++++++------ terraform/README.md | 1 - tests/conftest.py | 8 +- tests/test_build.py | 47 +++-- tests/test_http.py | 2 +- tests/test_launch.py | 28 ++- 61 files changed, 908 insertions(+), 892 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/repo_check.md b/.github/ISSUE_TEMPLATE/repo_check.md index cddbf3a2b..fc1840318 100644 --- a/.github/ISSUE_TEMPLATE/repo_check.md +++ b/.github/ISSUE_TEMPLATE/repo_check.md @@ -2,7 +2,6 @@ name: "\U00002705 Repo Check" about: "If you're concerned if your repository is acceptable for mybinder.org, we can check your repo" labels: question - ---