style: moved black config to pyproject.toml
This commit is contained in:
parent
fcfe024232
commit
769a45d7ff
@ -36,7 +36,7 @@ formatter:
|
|||||||
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 --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
|
||||||
- black --check --diff --color --line-length=100 ./
|
- black --check --diff --color ./
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
stage: Formatter
|
stage: Formatter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user