ci: fix missing dependency for isort
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
5ac11e16e8
commit
fdc74bbf9e
|
@ -8,6 +8,7 @@ steps:
|
||||||
- name: check style
|
- name: check style
|
||||||
image: python:3.12-alpine
|
image: python:3.12-alpine
|
||||||
commands:
|
commands:
|
||||||
|
- apk add --no-cache git # required by isort to skip files in .gitignore
|
||||||
- pip install black isort
|
- pip install black isort
|
||||||
- black --check .
|
- black --check .
|
||||||
- isort -c .
|
- isort -c .
|
||||||
|
|
Loading…
Reference in New Issue