0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: install dev dependencies for formatter

This commit is contained in:
2025-05-01 15:44:20 +02:00
committed by wyzula_j
parent 452124b528
commit fff4af2489
2 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,7 @@ formatter:
stage: Formatter
needs: []
script:
- pip install bec_lib[dev]
- pip install -e ./[dev]
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
- black --check --diff --color --line-length=100 --skip-magic-trailing-comma ./
rules: