mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 07:29:20 +01:00
style: moved black config to pyproject.toml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user