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

ci: use formatter config of toml file

This commit is contained in:
2024-05-09 11:24:04 +02:00
parent 4117fd7b5b
commit 5cc816d0af

View File

@ -42,8 +42,8 @@ formatter:
needs: []
script:
- pip install black isort
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
- black --check --diff --color --line-length=100 ./
- isort --check --diff ./
- black --check --diff --color ./
rules:
- if: $CI_PROJECT_PATH == "bec/bec_widgets"