enforced black

This commit is contained in:
2022-09-06 16:22:05 +02:00
parent e6ce939eef
commit ac234edd56
9 changed files with 45 additions and 38 deletions

View File

@ -8,7 +8,13 @@ before_script:
- pip install -e .
# different stages in the pipeline
stages:
- Formatter
- Test
formatter:
stage: Formatter
script:
- pip install black
- black --check --diff --color --line-length=100 ./
pytest:
stage: Test
script: