ci: fix missing dependency for isort

pull/1/head
Luca 8 months ago
parent 5ac11e16e8
commit fdc74bbf9e

@ -8,6 +8,7 @@ steps:
- name: check style
image: python:3.12-alpine
commands:
- apk add --no-cache git # required by isort to skip files in .gitignore
- pip install black isort
- black --check .
- isort -c .

Loading…
Cancel
Save