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:
@ -77,7 +77,7 @@ formatter:
|
|||||||
stage: Formatter
|
stage: Formatter
|
||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- pip install bec_lib[dev]
|
- pip install -e ./[dev]
|
||||||
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
|
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
|
||||||
- black --check --diff --color --line-length=100 --skip-magic-trailing-comma ./
|
- black --check --diff --color --line-length=100 --skip-magic-trailing-comma ./
|
||||||
rules:
|
rules:
|
||||||
|
@ -31,6 +31,7 @@ dependencies = [
|
|||||||
dev = [
|
dev = [
|
||||||
"coverage~=7.0",
|
"coverage~=7.0",
|
||||||
"fakeredis~=2.23, >=2.23.2",
|
"fakeredis~=2.23, >=2.23.2",
|
||||||
|
"isort~=5.13, >=5.13.2",
|
||||||
"pytest-bec-e2e>=2.21.4, <=4.0",
|
"pytest-bec-e2e>=2.21.4, <=4.0",
|
||||||
"pytest-qt~=4.4",
|
"pytest-qt~=4.4",
|
||||||
"pytest-random-order~=1.1",
|
"pytest-random-order~=1.1",
|
||||||
|
Reference in New Issue
Block a user