mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-12 11:41:52 +02:00
enforced black
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user