From c8078b350839e6b919bf7dff1bfeb61cf546eee8 Mon Sep 17 00:00:00 2001 From: Hans Fangohr <hans.fangohr@mpsd.mpg.de> Date: Wed, 24 May 2023 10:07:19 +0200 Subject: [PATCH] white space tidy up --- .gitlab-ci.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 478acf5..e8098aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,17 +4,17 @@ stages: - test before_script: - - cat /etc/issue - - python -V - - which python - - python -m venv ../venv - - source ../venv/bin/activate - - which python - - pwd - - pip install -U pip - - pip --version - - pip install pytest black ruff - - pytest --version + - cat /etc/issue + - python -V + - which python + - python -m venv ../venv + - source ../venv/bin/activate + - which python + - pwd + - pip install -U pip + - pip --version + - pip install pytest black ruff + - pytest --version style: @@ -24,7 +24,7 @@ style: - black --version - ruff --version - ruff . - - black --check --diff . + - black --check --diff . test3-09: @@ -48,4 +48,3 @@ test3-11: script: - echo "run tests here later" - python --version - -- GitLab