mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
ci: use formatter config of toml file
This commit is contained in:
@ -42,8 +42,8 @@ formatter:
|
|||||||
needs: []
|
needs: []
|
||||||
script:
|
script:
|
||||||
- pip install black isort
|
- pip install black isort
|
||||||
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
|
- isort --check --diff ./
|
||||||
- black --check --diff --color --line-length=100 ./
|
- black --check --diff --color ./
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PROJECT_PATH == "bec/bec_widgets"
|
- if: $CI_PROJECT_PATH == "bec/bec_widgets"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user