ci: use formatter config of toml file

This commit is contained in:
2024-05-09 11:24:04 +02:00
parent 4117fd7b5b
commit 5cc816d0af
+2 -2
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"