mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-12 11:41:52 +02:00
style: moved isort config to pyproject.toml
This commit is contained in:
@ -35,7 +35,7 @@ formatter:
|
||||
stage: Formatter
|
||||
script:
|
||||
- pip install black isort
|
||||
- isort --check --diff --line-length=100 --profile=black --multi-line=3 --trailing-comma ./
|
||||
- isort --check --diff ./
|
||||
- black --check --diff --color ./
|
||||
|
||||
pylint:
|
||||
|
Reference in New Issue
Block a user