Skip to content
Snippets Groups Projects
Commit c8078b35 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

white space tidy up

parent ae162c17
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!3allow CI to fail if ruff or black is unhappy, and format source to make it pass
Pipeline #367450 failed
...@@ -4,17 +4,17 @@ stages: ...@@ -4,17 +4,17 @@ stages:
- test - test
before_script: before_script:
- cat /etc/issue - cat /etc/issue
- python -V - python -V
- which python - which python
- python -m venv ../venv - python -m venv ../venv
- source ../venv/bin/activate - source ../venv/bin/activate
- which python - which python
- pwd - pwd
- pip install -U pip - pip install -U pip
- pip --version - pip --version
- pip install pytest black ruff - pip install pytest black ruff
- pytest --version - pytest --version
style: style:
...@@ -24,7 +24,7 @@ style: ...@@ -24,7 +24,7 @@ style:
- black --version - black --version
- ruff --version - ruff --version
- ruff . - ruff .
- black --check --diff . - black --check --diff .
test3-09: test3-09:
...@@ -48,4 +48,3 @@ test3-11: ...@@ -48,4 +48,3 @@ test3-11:
script: script:
- echo "run tests here later" - echo "run tests here later"
- python --version - python --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment