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

refactor: isort import formatting

This commit is contained in:
2024-03-25 13:21:38 +01:00
parent d846266332
commit 62f0b15193
49 changed files with 171 additions and 193 deletions

View File

@ -23,7 +23,8 @@ formatter:
stage: Formatter
needs: []
script:
- pip install black
- pip install black isort
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
- black --check --diff --color --line-length=100 ./
pylint:
stage: Formatter