ci/cd: fix isort args
This commit is contained in:
parent
4fd730b983
commit
edbb580f33
@ -6,4 +6,4 @@ steps:
|
|||||||
image: python:alpine
|
image: python:alpine
|
||||||
commands:
|
commands:
|
||||||
- pip install isort
|
- pip install isort
|
||||||
- isort --check-only --diff --recursive .
|
- isort --check-only --diff .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user