style: moved black config to pyproject.toml

This commit is contained in:
wakonig_k 2024-04-12 23:12:30 +02:00
parent fcfe024232
commit 769a45d7ff

View File

@ -36,7 +36,7 @@ formatter:
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 ./
- black --check --diff --color ./
pylint:
stage: Formatter