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

white space tidy up

parent ae162c17
Branches
Tags 1.0-SNAPSHOT
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:
- 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment